pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-String-BufferStack



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

Modified Files:
        pkgsrc/textproc/p5-String-BufferStack: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/p5-String-BufferStack/Makefile

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

Modified files:

Index: pkgsrc/textproc/p5-String-BufferStack/Makefile
diff -u pkgsrc/textproc/p5-String-BufferStack/Makefile:1.13 pkgsrc/textproc/p5-String-BufferStack/Makefile:1.14
--- pkgsrc/textproc/p5-String-BufferStack/Makefile:1.13 Mon Jun  5 14:24:45 2017
+++ pkgsrc/textproc/p5-String-BufferStack/Makefile      Mon Jun 12 07:41:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:24:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 07:41:33 maya Exp $
 
 DISTNAME=      String-BufferStack-1.16
 PKGNAME=       p5-${DISTNAME}
@@ -12,6 +12,7 @@ COMMENT=      Perl 5 module for nested buffer
 LICENSE=       artistic
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/String/BufferStack/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index