pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-MooseX-App



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 12:40:17 UTC 2017

Modified Files:
        pkgsrc/devel/p5-MooseX-App: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-MooseX-App/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-MooseX-App/Makefile
diff -u pkgsrc/devel/p5-MooseX-App/Makefile:1.11 pkgsrc/devel/p5-MooseX-App/Makefile:1.12
--- pkgsrc/devel/p5-MooseX-App/Makefile:1.11    Mon Jun  5 14:23:19 2017
+++ pkgsrc/devel/p5-MooseX-App/Makefile Mon Jun 12 12:40:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/12 12:40:17 maya Exp $
 #
 
 DISTNAME=      MooseX-App-1.37
@@ -26,6 +26,7 @@ BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../.
 BUILD_DEPENDS+= p5-Text-WagnerFischer-[0-9]*:../../textproc/p5-Text-WagnerFischer
 BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/MooseX/App/.packlist
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index