pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Net-Jifty



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:35:21 UTC 2017

Modified Files:
        pkgsrc/net/p5-Net-Jifty: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/p5-Net-Jifty/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-Net-Jifty/Makefile
diff -u pkgsrc/net/p5-Net-Jifty/Makefile:1.20 pkgsrc/net/p5-Net-Jifty/Makefile:1.21
--- pkgsrc/net/p5-Net-Jifty/Makefile:1.20       Mon Jun  5 14:24:20 2017
+++ pkgsrc/net/p5-Net-Jifty/Makefile    Mon Jun 12 07:35:21 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/06/05 14:24:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2017/06/12 07:35:21 maya Exp $
 
 DISTNAME=      Net-Jifty-0.14
 PKGNAME=       p5-${DISTNAME}
@@ -24,6 +24,7 @@ DEPENDS+=     p5-YAML-[0-9]*:../../textproc/
 DEPENDS+=      p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject
 DEPENDS+=      p5-DateTime-[0-9]*:../../time/p5-DateTime
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Net/Jifty/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index