pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/p5-Math-Base36



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:32:48 UTC 2017

Modified Files:
        pkgsrc/math/p5-Math-Base36: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/p5-Math-Base36/Makefile

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

Modified files:

Index: pkgsrc/math/p5-Math-Base36/Makefile
diff -u pkgsrc/math/p5-Math-Base36/Makefile:1.13 pkgsrc/math/p5-Math-Base36/Makefile:1.14
--- pkgsrc/math/p5-Math-Base36/Makefile:1.13    Mon Jun  5 14:24:09 2017
+++ pkgsrc/math/p5-Math-Base36/Makefile Mon Jun 12 07:32:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:24:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 07:32:48 maya Exp $
 #
 
 DISTNAME=      Math-Base36-0.14
@@ -14,6 +14,7 @@ LICENSE=      ${PERL5_LICENSE}
 
 BUILD_DEPENDS= p5-Test-Exception>=0:../../devel/p5-Test-Exception
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Math/Base36/.packlist
 



Home | Main Index | Thread Index | Old Index