pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-List-Pairwise



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

Modified Files:
        pkgsrc/devel/p5-List-Pairwise: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-List-Pairwise/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-List-Pairwise/Makefile
diff -u pkgsrc/devel/p5-List-Pairwise/Makefile:1.4 pkgsrc/devel/p5-List-Pairwise/Makefile:1.5
--- pkgsrc/devel/p5-List-Pairwise/Makefile:1.4  Mon Jun  5 14:23:10 2017
+++ pkgsrc/devel/p5-List-Pairwise/Makefile      Mon Jun 12 12:36:56 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/06/05 14:23:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/12 12:36:56 maya Exp $
 #
 
 DISTNAME=      List-Pairwise-1.03
@@ -12,6 +12,7 @@ HOMEPAGE=     http://search.cpan.org/~tdruge
 COMMENT=       (Perl Module) List::Pairwise - map/grep arrays and hashes pairwise
 LICENSE=       ${PERL5_LICENSE}
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/List/Pairwise/.packlist
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index