pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-lib-abs



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:30:16 UTC 2017

Modified Files:
        pkgsrc/devel/p5-lib-abs: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-lib-abs/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-lib-abs/Makefile
diff -u pkgsrc/devel/p5-lib-abs/Makefile:1.14 pkgsrc/devel/p5-lib-abs/Makefile:1.15
--- pkgsrc/devel/p5-lib-abs/Makefile:1.14       Mon Jun  5 14:23:54 2017
+++ pkgsrc/devel/p5-lib-abs/Makefile    Mon Jun 12 07:30:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 14:23:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/12 07:30:16 maya Exp $
 #
 
 DISTNAME=      lib-abs-0.93
@@ -13,6 +13,7 @@ COMMENT=      Perl 5 module to add in @INC ab
 LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/lib/abs/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled # to handle auto_install flags properly
 



Home | Main Index | Thread Index | Old Index