diff options
author | pav <pav@FreeBSD.org> | 2009-11-21 06:53:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-21 06:53:09 +0800 |
commit | 1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db (patch) | |
tree | 1ac8c66ad7e1ad50a65cd2d12b78cfcb8e95923e /math | |
parent | 3b649fa60c2b2967e220277801b212c58a33d809 (diff) | |
download | freebsd-ports-gnome-1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db.tar.gz freebsd-ports-gnome-1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db.tar.zst freebsd-ports-gnome-1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 1 | ||||
-rw-r--r-- | math/libRmath/Makefile | 1 | ||||
-rw-r--r-- | math/liborigin/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index adfd312d786c..25cd3f4f6715 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -37,6 +37,7 @@ PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/Inline PLIST_FILES= bin/pdl bin/pdldoc bin/perldl bin/pptemplate \ ${SITE_PERL_REL}/${PERL_ARCH}/Inline/Pdlpp.pm \ ${SITE_PERL_REL}/${PERL_ARCH}/Inline/MakePdlppInstallable.pm +MAKE_JOBS_UNSAFE= yes .if defined(KITCHEN_SINK) RUN_DEPENDS+= ppmtogif:${PORTSDIR}/graphics/netpbm \ diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 2196de6f7838..d42d2d3eaf21 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -40,6 +40,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-readline=no --with-x=no --disable-mbcs --disable-nls --with-tcltk=no --with-cairo=no \ --with-libpng=no --with-jpeglib=no --with-iconv=no --with-ICU=no --without-libintl-prefix BUILD_WRKSRC= ${WRKSRC}/src/nmath/standalone +MAKE_JOBS_UNSAFE= yes PLIST_FILES= include/Rmath.h lib/libRmath.a lib/libRmath.so lib/libRmath.so.0 diff --git a/math/liborigin/Makefile b/math/liborigin/Makefile index 55a8ba90f94d..b59a358d9678 100644 --- a/math/liborigin/Makefile +++ b/math/liborigin/Makefile @@ -24,6 +24,7 @@ PLIST_FILES= bin/opj2dat \ PLIST_DIRS= include/${PORTNAME} USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e \ |