From 803d278d3afe8970f4352187f326241f9b717556 Mon Sep 17 00:00:00 2001 From: maya Date: Mon, 12 Jun 2017 07:30:16 +0000 Subject: Fix build with perl 5.26 --- math/p5-Excel-Template/Makefile | 3 ++- math/p5-Math-Base36/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/p5-Excel-Template/Makefile b/math/p5-Excel-Template/Makefile index 380d1c45d53..a4be76d6c5f 100644 --- a/math/p5-Excel-Template/Makefile +++ b/math/p5-Excel-Template/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/06/05 14:24:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2017/06/12 07:32:08 maya Exp $ DISTNAME= Excel-Template-0.34 PKGNAME= p5-${DISTNAME} @@ -18,6 +18,7 @@ DEPENDS+= p5-XML-Parser>=0.01:../../textproc/p5-XML-Parser BUILD_DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/Excel/Template/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index 7d499df848b..af6f4fd175a 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/06/05 14:24:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2017/06/12 07:32:48 maya Exp $ # DISTNAME= Math-Base36-0.14 @@ -14,6 +14,7 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS= p5-Test-Exception>=0:../../devel/p5-Test-Exception +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Math/Base36/.packlist -- cgit v1.2.3