pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Spoon Fix build with perl 5.26 the dirty way.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8822a515d7d
branches:  trunk
changeset: 363545:e8822a515d7d
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 06:57:34 2017 +0000

description:
Fix build with perl 5.26 the dirty way.

diffstat:

 devel/p5-Spoon/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 303d48c2c23c -r e8822a515d7d devel/p5-Spoon/Makefile
--- a/devel/p5-Spoon/Makefile   Mon Jun 12 06:49:24 2017 +0000
+++ b/devel/p5-Spoon/Makefile   Mon Jun 12 06:57:34 2017 +0000
@@ -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-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