pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Cache-LRU



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

Modified Files:
        pkgsrc/devel/p5-Cache-LRU: Makefile

Log Message:
Fix build using perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Cache-LRU/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-Cache-LRU/Makefile
diff -u pkgsrc/devel/p5-Cache-LRU/Makefile:1.3 pkgsrc/devel/p5-Cache-LRU/Makefile:1.4
--- pkgsrc/devel/p5-Cache-LRU/Makefile:1.3      Mon Jun  5 14:22:39 2017
+++ pkgsrc/devel/p5-Cache-LRU/Makefile  Mon Jun 12 12:23:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/06/05 14:22:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2017/06/12 12:23:51 maya Exp $
 
 DISTNAME=      Cache-LRU-0.04
 PKGNAME=       p5-${DISTNAME}
@@ -15,6 +15,7 @@ BUILD_DEPENDS+=       p5-Test-Requires>=0:../.
 
 USE_LANGUAGES= # none
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Cache/LRU/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index