pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Module-Manifest



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 12:03:22 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Module-Manifest: Makefile

Log Message:
Fix build using perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Module-Manifest/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-Module-Manifest/Makefile
diff -u pkgsrc/devel/p5-Module-Manifest/Makefile:1.9 pkgsrc/devel/p5-Module-Manifest/Makefile:1.10
--- pkgsrc/devel/p5-Module-Manifest/Makefile:1.9        Mon Jun  5 14:23:16 2017
+++ pkgsrc/devel/p5-Module-Manifest/Makefile    Mon Jun 12 12:03:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/06/05 14:23:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/12 12:03:22 maya Exp $
 #
 
 DISTNAME=      Module-Manifest-1.08
@@ -17,6 +17,7 @@ BUILD_DEPENDS+=       p5-Test-Warn>=0.11:../..
 DEPENDS+=      p5-Params-Util>=0.10:../../devel/p5-Params-Util
 
 USE_LANGUAGES= # empty
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Module/Manifest/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index