pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-PPI



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 13:27:36 UTC 2017

Modified Files:
        pkgsrc/devel/p5-PPI: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-PPI/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-PPI/Makefile
diff -u pkgsrc/devel/p5-PPI/Makefile:1.24 pkgsrc/devel/p5-PPI/Makefile:1.25
--- pkgsrc/devel/p5-PPI/Makefile:1.24   Mon Jun  5 14:23:25 2017
+++ pkgsrc/devel/p5-PPI/Makefile        Mon Jun 12 13:27:36 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/06/05 14:23:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2017/06/12 13:27:36 maya Exp $
 
 DISTNAME=      PPI-1.220
 PKGNAME=       p5-${DISTNAME}
@@ -30,6 +30,7 @@ BUILD_DEPENDS+=       p5-Test-Object>=0.07:../
 BUILD_DEPENDS+=        p5-Test-SubCalls>=1.07:../../devel/p5-Test-SubCalls
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/PPI/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index