diff options
author | bapt <bapt@FreeBSD.org> | 2011-09-20 21:08:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-09-20 21:08:02 +0800 |
commit | 82eb54e1f23d08cfac7903d68fab345aff1de9f2 (patch) | |
tree | a875e36d4d5a0e07ed81480b1568bbd6e62d7774 /editors/libreoffice | |
parent | 3513307ca9a0992e1d3ea9e2dc5778323109471e (diff) | |
download | freebsd-ports-gnome-82eb54e1f23d08cfac7903d68fab345aff1de9f2.tar.gz freebsd-ports-gnome-82eb54e1f23d08cfac7903d68fab345aff1de9f2.tar.zst freebsd-ports-gnome-82eb54e1f23d08cfac7903d68fab345aff1de9f2.zip |
Mark job unsafe.
The build system already determine dynamically the number of jobs to run, if marked jobs_safe
both the ports and the build system parallelise the build, which leads to a huge number of
cc1plus processes and consume tons of memory.
Reported by: flo
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 1ddff684d5b3..35794337bcc0 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -124,7 +124,7 @@ USE_OPENSSL= yes WANT_GNOME= yes USE_XORG= xaw xrandr USE_GL= gl glu -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= autoconf automake:env OPTIONS= WEBDAV "Support webdav protocol" off \ @@ -148,7 +148,6 @@ CONFIGURE_ARGS+= --with-unix-wrapper="libreoffice" \ --with-build-version="FreeBSD ports ${PKGVERSION}" \ --with-vendor="FreeBSD ports ${PKGVERSION}" \ --exec-prefix=${PREFIX} \ - --with-max-jobs=${MAKE_JOBS_NUMBER} \ --with-external-tar=${DISTDIR}/${DIST_SUBDIR} \ --with-gnu-patch=${LOCALBASE}/bin/gpatch \ --with-system-libxml \ |