diff options
author | maya <maya> | 2017-06-12 07:30:16 +0000 |
---|---|---|
committer | maya <maya> | 2017-06-12 07:30:16 +0000 |
commit | d8368a9a6df8e8e50eedc604e2e9338ea307eeb8 (patch) | |
tree | 82688d569992a96c3cf201f19985b23c3d6840e0 /devel | |
parent | b9aa083ccb62dfc29ed1b1103d96dd1a48e9a63e (diff) | |
download | pkgsrc-d8368a9a6df8e8e50eedc604e2e9338ea307eeb8.tar.gz |
Fix build with perl 5.26
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-lib-abs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-lib-abs/Makefile b/devel/p5-lib-abs/Makefile index 04a36cde845..23ba675487c 100644 --- a/devel/p5-lib-abs/Makefile +++ b/devel/p5-lib-abs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/06/05 14:23:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2017/06/12 07:30:16 maya Exp $ # DISTNAME= lib-abs-0.93 @@ -13,6 +13,7 @@ COMMENT= Perl 5 module to add in @INC absolute paths from relative ones LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty +MAKE_ENV+= PERL_USE_UNSAFE_INC=1 PERL5_PACKLIST= auto/lib/abs/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled # to handle auto_install flags properly |