pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-PPI Fix build with perl 5.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0173b115e15
branches:  trunk
changeset: 363583:d0173b115e15
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 13:27:36 2017 +0000

description:
Fix build with perl 5.26

diffstat:

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

diffs (17 lines):

diff -r db11e68a0675 -r d0173b115e15 devel/p5-PPI/Makefile
--- a/devel/p5-PPI/Makefile     Mon Jun 12 13:27:02 2017 +0000
+++ b/devel/p5-PPI/Makefile     Mon Jun 12 13:27:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/06/05 14:23:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2017/06/12 13:27:36 maya Exp $
 
 DISTNAME=      PPI-1.220
 PKGNAME=       p5-${DISTNAME}
@@ -30,6 +30,7 @@
 BUILD_DEPENDS+=        p5-Test-SubCalls>=1.07:../../devel/p5-Test-SubCalls
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/PPI/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index