pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-FileHandle-Unget



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

Modified Files:
        pkgsrc/devel/p5-FileHandle-Unget: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-FileHandle-Unget/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-FileHandle-Unget/Makefile
diff -u pkgsrc/devel/p5-FileHandle-Unget/Makefile:1.24 pkgsrc/devel/p5-FileHandle-Unget/Makefile:1.25
--- pkgsrc/devel/p5-FileHandle-Unget/Makefile:1.24      Mon Jun  5 14:23:02 2017
+++ pkgsrc/devel/p5-FileHandle-Unget/Makefile   Mon Jun 12 12:34:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/06/05 14:23:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2017/06/12 12:34:32 maya Exp $
 
 DISTNAME=      FileHandle-Unget-0.1628
 PKGNAME=       p5-${DISTNAME}
@@ -14,6 +14,7 @@ LICENSE=      gnu-gpl-v2
 DEPENDS+=      p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/FileHandle/Unget/.packlist
 
 # for tests:



Home | Main Index | Thread Index | Old Index