pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MouseX-Types Fix build with perl 5.26. indent...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d2d7675a036
branches:  trunk
changeset: 363578:8d2d7675a036
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jun 12 12:42:04 2017 +0000

description:
Fix build with perl 5.26. indentation

diffstat:

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

diffs (19 lines):

diff -r 924f7518412c -r 8d2d7675a036 devel/p5-MouseX-Types/Makefile
--- a/devel/p5-MouseX-Types/Makefile    Mon Jun 12 12:40:17 2017 +0000
+++ b/devel/p5-MouseX-Types/Makefile    Mon Jun 12 12:42:04 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:23:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/12 12:42:04 maya Exp $
 
 DISTNAME=      MouseX-Types-0.06
 PKGNAME=       p5-${DISTNAME}
@@ -11,7 +11,8 @@
 COMMENT=       Perl 5 module to organize Mouse types in libraries
 LICENSE=       ${PERL5_LICENSE}
 
-USE_LANGUAGES=         # empty
+USE_LANGUAGES= # empty
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/MouseX/Types/.packlist
 
 DEPENDS+=      p5-Mouse>=0.41:../../devel/p5-Mouse



Home | Main Index | Thread Index | Old Index