sys-devel/make: Fix tests with Perl 5.26, bug 613772
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 10 Feb 2018 23:38:36 +0000 (00:38 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 10 Feb 2018 23:40:59 +0000 (00:40 +0100)
Closes: https://bugs.gentoo.org/613772
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-devel/make/make-4.2.1-r1.ebuild
sys-devel/make/make-4.2.1.ebuild

index 6a81c5417ba54a0e2969a262a7ad04f3846caf3c..56c8753a0e77f54c8cc8c8ff4b89e38896b0c749 100644 (file)
@@ -23,10 +23,12 @@ RDEPEND="${CDEPEND}
 PATCHES=(
        "${FILESDIR}"/${PN}-3.82-darwin-library_search-dylib.patch
        "${FILESDIR}"/${PN}-4.2-default-cxx.patch
+       "${FILESDIR}"/${PN}-4.2.1-perl526.patch
 )
 
 src_prepare() {
        epatch "${PATCHES[@]}"
+       epatch_user
 }
 
 src_configure() {
index 7433acf569615da84275220db8c9056000369799..05d12e38104b3b5a1e2be598a172465356e4f6b3 100644 (file)
@@ -22,10 +22,12 @@ RDEPEND="${CDEPEND}
 
 PATCHES=(
        "${FILESDIR}"/${PN}-3.82-darwin-library_search-dylib.patch
+       "${FILESDIR}"/${PN}-4.2.1-perl526.patch
 )
 
 src_prepare() {
        epatch "${PATCHES[@]}"
+       epatch_user
 }
 
 src_configure() {