diff options
author | maya <maya> | 2017-06-12 12:02:13 +0000 |
---|---|---|
committer | maya <maya> | 2017-06-12 12:02:13 +0000 |
commit | 9483c65d647df40f9e66791d062bdbe008ee5829 (patch) | |
tree | 37521dcd4f284fab316275d0e125761ce854f516 /devel/p5-Locale-Msgfmt/Makefile | |
parent | 15157158d4bd895c2e2d3bc46eb41267db3426ae (diff) | |
download | pkgsrc-9483c65d647df40f9e66791d062bdbe008ee5829.tar.gz |
Fix build using perl 5.26
Diffstat (limited to 'devel/p5-Locale-Msgfmt/Makefile')
-rw-r--r-- | devel/p5-Locale-Msgfmt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Locale-Msgfmt/Makefile b/devel/p5-Locale-Msgfmt/Makefile index d1fd905aafe..ecaecde5130 100644 --- a/devel/p5-Locale-Msgfmt/Makefile +++ b/devel/p5-Locale-Msgfmt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2017/06/12 12:02:13 maya Exp $ # DISTNAME= Locale-Msgfmt-0.15 @@ -14,6 +14,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/Locale/Msgfmt/.packlist .include "../../lang/perl5/module.mk" |