diff options
author | maya <maya> | 2017-06-12 07:02:24 +0000 |
---|---|---|
committer | maya <maya> | 2017-06-12 07:02:24 +0000 |
commit | 2eec9c4d0ef2bc180f4b27f30e2b9b64a7723164 (patch) | |
tree | 16b214af152a67faf960709538a5ab6cac4a4de5 /devel | |
parent | 0bf5fd496878a85f14c5a8ae2bf92452160fcb25 (diff) | |
download | pkgsrc-2eec9c4d0ef2bc180f4b27f30e2b9b64a7723164.tar.gz |
Fix build with perl 5.26 the dirty way
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Term-Encoding/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Term-Encoding/Makefile b/devel/p5-Term-Encoding/Makefile index a835f0f4dc9..e1b01d0a676 100644 --- a/devel/p5-Term-Encoding/Makefile +++ b/devel/p5-Term-Encoding/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/06/05 14:23:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2017/06/12 07:02:24 maya Exp $ DISTNAME= Term-Encoding-0.02 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Term-Encoding/ COMMENT= Detect encoding of the current terminal LICENSE= ${PERL5_LICENSE} +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/Term/Encoding/.packlist .include "../../lang/perl5/module.mk" |