diff options
author | pav <pav@FreeBSD.org> | 2011-01-28 01:29:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-01-28 01:29:12 +0800 |
commit | a84160b69336ab3fd90a89b7cc1cd14375baf1b4 (patch) | |
tree | 17e3b59f6a89d53e9f8d296048ea7a9353f45d13 /lang/perl5.16 | |
parent | fab4274b917a8dcd9c41f67e690e906373789e4e (diff) | |
download | freebsd-ports-gnome-a84160b69336ab3fd90a89b7cc1cd14375baf1b4.tar.gz freebsd-ports-gnome-a84160b69336ab3fd90a89b7cc1cd14375baf1b4.tar.zst freebsd-ports-gnome-a84160b69336ab3fd90a89b7cc1cd14375baf1b4.zip |
- Is not MAKE_JOBS_SAFE:
chmod 755 libsdbm.a
/usr/bin/ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a
chmod: libsdbm.a: No such file or directory
*** Error code 1
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'lang/perl5.16')
-rw-r--r-- | lang/perl5.16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index 671e166013d0..edf686e4a0db 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -44,7 +44,7 @@ SITE_PERL?= ${LOCALBASE}/${SITE_PERL_REL} USE_BZIP2= yes HAS_CONFIGURE= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ -Darchlib=${PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH} \ |