pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Spoon



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

Modified Files:
        pkgsrc/devel/p5-Spoon: Makefile

Log Message:
Fix build with perl 5.26 the dirty way.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-Spoon/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-Spoon/Makefile
diff -u pkgsrc/devel/p5-Spoon/Makefile:1.26 pkgsrc/devel/p5-Spoon/Makefile:1.27
--- pkgsrc/devel/p5-Spoon/Makefile:1.26 Mon Jun  5 14:23:35 2017
+++ pkgsrc/devel/p5-Spoon/Makefile      Mon Jun 12 06:57:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/06/05 14:23:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2017/06/12 06:57:34 maya Exp $
 
 DISTNAME=      Spoon-0.24
 PKGNAME=       p5-${DISTNAME}
@@ -17,6 +17,7 @@ DEPENDS+=     p5-Spiffy>=0.22:../../devel/p5
 DEPENDS+=      p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit
 #DEPENDS+=     {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Spoon/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index