pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Term-Encoding Fix build with perl 5.26 the di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3429fd28fba6
branches:  trunk
changeset: 363546:3429fd28fba6
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 07:02:24 2017 +0000

description:
Fix build with perl 5.26 the dirty way

diffstat:

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

diffs (17 lines):

diff -r e8822a515d7d -r 3429fd28fba6 devel/p5-Term-Encoding/Makefile
--- a/devel/p5-Term-Encoding/Makefile   Mon Jun 12 06:57:34 2017 +0000
+++ b/devel/p5-Term-Encoding/Makefile   Mon Jun 12 07:02:24 2017 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index