mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
dev-perl/WWW-Curl: fix build w/ newer curl
Bug: https://github.com/szbalint/WWW--Curl/issues/29 Closes: https://bugs.gentoo.org/953406 Thanks-to: Mihai Donțu Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
d5f83d8dbe
commit
10a08d92e5
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -20,7 +20,7 @@ BDEPEND="${RDEPEND}"
|
|||||||
# https://rt.cpan.org/Public/Bug/Display.html?id=145992
|
# https://rt.cpan.org/Public/Bug/Display.html?id=145992
|
||||||
SRC_URI+="
|
SRC_URI+="
|
||||||
https://rt.cpan.org/Public/Ticket/Attachment/2423633/1093328/WWW-Curl-4.17-Work-around-a-macro-bug-in-curl-7.87.0.patch
|
https://rt.cpan.org/Public/Ticket/Attachment/2423633/1093328/WWW-Curl-4.17-Work-around-a-macro-bug-in-curl-7.87.0.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}"/${PN}-4.150.0-curl-7.50.2.patch
|
"${FILESDIR}"/${PN}-4.150.0-curl-7.50.2.patch
|
||||||
@ -65,6 +65,7 @@ src_prepare() {
|
|||||||
# If you change this variable, you should probably be bumping the ebuild rev!
|
# If you change this variable, you should probably be bumping the ebuild rev!
|
||||||
export _CURL_BUILD_SYM_EXCLUDE='
|
export _CURL_BUILD_SYM_EXCLUDE='
|
||||||
__000FORPATCH_WITH_LEADING_SPACE
|
__000FORPATCH_WITH_LEADING_SPACE
|
||||||
|
|^CURL_HAS_DECLSPEC_ATTRIBUTE\z
|
||||||
|^CURL_DEPRECATED\z
|
|^CURL_DEPRECATED\z
|
||||||
|^CURL_DID_MEMORY_FUNC_TYPEDEFS\z
|
|^CURL_DID_MEMORY_FUNC_TYPEDEFS\z
|
||||||
|^CURL_EXTERN
|
|^CURL_EXTERN
|
||||||
Loading…
x
Reference in New Issue
Block a user