summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-03-24 19:26:13 +0000
committerwiz <wiz@pkgsrc.org>2022-03-24 19:26:13 +0000
commite02b2878131e6ad78d8af8ffd55ba64536fb9240 (patch)
treeaa80b472f0c042015991d5d5f7d4cce6de7bd854 /editors
parent8267a6df6ac2b2d509b164925e52e5001f96bc84 (diff)
downloadpkgsrc-e02b2878131e6ad78d8af8ffd55ba64536fb9240.tar.gz
p5-Padre-Plugin-XS: not make-jobs-safe
tries to use directory before it exists blib/lib/auto/share/dist/Padre-Plugin-XS/locale isn't a directory at /usr/pkg/lib/perl5/vendor_perl/5.34.0/Locale/Msgfmt.pm line 21
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-Padre-Plugin-XS/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/p5-Padre-Plugin-XS/Makefile b/editors/p5-Padre-Plugin-XS/Makefile
index 2194d0dfe7d..5792b51fe4a 100644
--- a/editors/p5-Padre-Plugin-XS/Makefile
+++ b/editors/p5-Padre-Plugin-XS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/05/24 19:52:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/03/24 19:26:13 wiz Exp $
DISTNAME= Padre-Plugin-XS-0.12
PKGNAME= p5-${DISTNAME}
@@ -24,6 +24,8 @@ PERL5_PACKLIST= auto/Padre/Plugin/XS/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+# blib/lib/auto/share/dist/Padre-Plugin-XS/locale isn't a directory at /usr/pkg/lib/perl5/vendor_perl/5.34.0/Locale/Msgfmt.pm line 21
+MAKE_JOBS_SAFE= no
#pre-configure:
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm