pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Curl Fix build with perl 5.26 the dirty way.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68f0978f84e1
branches:  trunk
changeset: 363538:68f0978f84e1
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Jun 11 18:51:43 2017 +0000

description:
Fix build with perl 5.26 the dirty way.

diffstat:

 www/p5-WWW-Curl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5d0388fef3c1 -r 68f0978f84e1 www/p5-WWW-Curl/Makefile
--- a/www/p5-WWW-Curl/Makefile  Sun Jun 11 15:22:02 2017 +0000
+++ b/www/p5-WWW-Curl/Makefile  Sun Jun 11 18:51:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2017/06/05 14:25:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.41 2017/06/11 18:51:43 maya Exp $
 
 DISTNAME=      WWW-Curl-4.17
 PKGNAME=       p5-${DISTNAME}
@@ -14,6 +14,7 @@
 BUILDLINK_API_DEPENDS.curl+=   curl>=7.10.8
 CFLAGS=        -Wall -Werror -Wreturn-type
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/WWW/Curl/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index