pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Devel-StackTrace-WithLexicals



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

Modified Files:
        pkgsrc/devel/p5-Devel-StackTrace-WithLexicals: 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-Devel-StackTrace-WithLexicals/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-Devel-StackTrace-WithLexicals/Makefile
diff -u pkgsrc/devel/p5-Devel-StackTrace-WithLexicals/Makefile:1.13 pkgsrc/devel/p5-Devel-StackTrace-WithLexicals/Makefile:1.14
--- pkgsrc/devel/p5-Devel-StackTrace-WithLexicals/Makefile:1.13 Mon Jun  5 14:22:54 2017
+++ pkgsrc/devel/p5-Devel-StackTrace-WithLexicals/Makefile      Mon Jun 12 12:33:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:22:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 12:33:08 maya Exp $
 
 DISTNAME=      Devel-StackTrace-WithLexicals-2.01
 PKGNAME=       p5-${DISTNAME}
@@ -15,6 +15,7 @@ DEPENDS+=     p5-Devel-StackTrace>=1.2200:..
 DEPENDS+=      p5-PadWalker>=1.9.2:../../devel/p5-PadWalker
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Devel/StackTrace/WithLexicals/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index