pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-SubCalls



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:25:24 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Test-SubCalls: Makefile

Log Message:
Fix build with perl 5.26 the dirty way


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Test-SubCalls/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-Test-SubCalls/Makefile
diff -u pkgsrc/devel/p5-Test-SubCalls/Makefile:1.14 pkgsrc/devel/p5-Test-SubCalls/Makefile:1.15
--- pkgsrc/devel/p5-Test-SubCalls/Makefile:1.14 Mon Jun  5 14:23:47 2017
+++ pkgsrc/devel/p5-Test-SubCalls/Makefile      Mon Jun 12 07:25:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 14:23:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/12 07:25:24 maya Exp $
 
 DISTNAME=      Test-SubCalls-1.09
 PKGNAME=       p5-${DISTNAME}
@@ -12,6 +12,7 @@ COMMENT=      Perl5 module to track the numbe
 
 DEPENDS+=      p5-Hook-LexWrap>=0.20:../../devel/p5-Hook-LexWrap
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Test/SubCalls/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index