diff options
author | bapt <bapt@FreeBSD.org> | 2011-12-07 20:58:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-12-07 20:58:20 +0800 |
commit | ad9ca4a0810e25883a84a4f2318f1f7e3a7229e3 (patch) | |
tree | 286a25b22f2c3d80a8a4ada51cfa51a26314de6f /devel/icu | |
parent | 8ebd1bf805b5fcac587aba4fd9a530d23f443554 (diff) | |
download | freebsd-ports-gnome-ad9ca4a0810e25883a84a4f2318f1f7e3a7229e3.tar.gz freebsd-ports-gnome-ad9ca4a0810e25883a84a4f2318f1f7e3a7229e3.tar.zst freebsd-ports-gnome-ad9ca4a0810e25883a84a4f2318f1f7e3a7229e3.zip |
Mark MAKE_JOBS_SAFE, tested with hw.ncpus=8 and hw.ncpus=16
Feature safe: yes
Diffstat (limited to 'devel/icu')
-rw-r--r-- | devel/icu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile index d1f97ee3f363..8d41cd0f17c8 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --with-data-packaging=library \ --enable-shared \ --enable-static -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_SAFE= yes USE_GMAKE= yes INSTALL_TARGET= install install-manx |