pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-App-CLI



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 12:21:52 UTC 2017

Modified Files:
        pkgsrc/devel/p5-App-CLI: Makefile

Log Message:
Fix build using perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-App-CLI/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-App-CLI/Makefile
diff -u pkgsrc/devel/p5-App-CLI/Makefile:1.17 pkgsrc/devel/p5-App-CLI/Makefile:1.18
--- pkgsrc/devel/p5-App-CLI/Makefile:1.17       Mon Jun  5 14:22:35 2017
+++ pkgsrc/devel/p5-App-CLI/Makefile    Mon Jun 12 12:21:52 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/06/05 14:22:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2017/06/12 12:21:52 maya Exp $
 
 DISTNAME=      App-CLI-0.313
 PKGNAME=       p5-${DISTNAME}
@@ -13,6 +13,7 @@ LICENSE=      ${PERL5_LICENSE}
 
 USE_LANGUAGES= # empty
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/App/CLI/.packlist
 
 #IC5.8.8DEPENDS+=       p5-Getopt-Long>=2.35:../../devel/p5-Getopt-Long



Home | Main Index | Thread Index | Old Index