pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-Olson-Abbreviations



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:51:05 UTC 2017

Modified Files:
        pkgsrc/time/p5-Olson-Abbreviations: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/p5-Olson-Abbreviations/Makefile

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

Modified files:

Index: pkgsrc/time/p5-Olson-Abbreviations/Makefile
diff -u pkgsrc/time/p5-Olson-Abbreviations/Makefile:1.13 pkgsrc/time/p5-Olson-Abbreviations/Makefile:1.14
--- pkgsrc/time/p5-Olson-Abbreviations/Makefile:1.13    Mon Jun  5 14:25:05 2017
+++ pkgsrc/time/p5-Olson-Abbreviations/Makefile Mon Jun 12 07:51:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:25:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 07:51:05 maya Exp $
 #
 
 DISTNAME=      Olson-Abbreviations-0.04
@@ -17,6 +17,7 @@ DEPENDS+=     p5-MooseX-AttributeHelpers-[0-
 DEPENDS+=      p5-MooseX-ClassAttribute>=0.25:../../devel/p5-MooseX-ClassAttribute
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Olson/Abbreviations/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index