pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-WWW-Curl



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Jun 11 18:51:44 UTC 2017

Modified Files:
        pkgsrc/www/p5-WWW-Curl: Makefile

Log Message:
Fix build with perl 5.26 the dirty way.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/p5-WWW-Curl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-WWW-Curl/Makefile
diff -u pkgsrc/www/p5-WWW-Curl/Makefile:1.40 pkgsrc/www/p5-WWW-Curl/Makefile:1.41
--- pkgsrc/www/p5-WWW-Curl/Makefile:1.40        Mon Jun  5 14:25:34 2017
+++ pkgsrc/www/p5-WWW-Curl/Makefile     Sun Jun 11 18:51:43 2017
@@ -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 @@ LICENSE=      mit
 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