pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Scalar-Defer



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 08:36:37 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Scalar-Defer: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Scalar-Defer/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-Scalar-Defer/Makefile
diff -u pkgsrc/devel/p5-Scalar-Defer/Makefile:1.13 pkgsrc/devel/p5-Scalar-Defer/Makefile:1.14
--- pkgsrc/devel/p5-Scalar-Defer/Makefile:1.13  Mon Jun  5 14:23:34 2017
+++ pkgsrc/devel/p5-Scalar-Defer/Makefile       Mon Jun 12 08:36:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 08:36:37 maya Exp $
 #
 
 DISTNAME=      Scalar-Defer-0.23
@@ -13,6 +13,7 @@ COMMENT=      Perl 5 module providing lazy ev
 LICENSE=       mit
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Scalar/Defer/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index