diff options
author | mm <mm@FreeBSD.org> | 2009-03-25 20:43:26 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-25 20:43:26 +0800 |
commit | 5da8049e6e568f4c3eae27c88f527f0f7e62724c (patch) | |
tree | dc6d29a512705143b786ec166f347f3ba8d43196 /math/gmp | |
parent | 9fa85687319567ac2bca75ce2fe1d13c7b998070 (diff) | |
download | freebsd-ports-gnome-5da8049e6e568f4c3eae27c88f527f0f7e62724c.tar.gz freebsd-ports-gnome-5da8049e6e568f4c3eae27c88f527f0f7e62724c.tar.zst freebsd-ports-gnome-5da8049e6e568f4c3eae27c88f527f0f7e62724c.zip |
- Mark MAKE_JOBS_SAFE for SMP compilation
PR: ports/132968
Approved by: ale (maintainer, private e-mail)
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 0d3cad3baa78..e9c7572a66b1 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -21,6 +21,7 @@ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-cxx +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes INFO= gmp |