diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-01-04 16:38:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-01-04 16:38:19 +0800 |
commit | 64c10825b1d9fd8419da96bcd84bb361487ae74b (patch) | |
tree | a526459f53e75d8f0cd7344982df58d3e6f18292 /math | |
parent | decf4c081e5f894517862a3cc3e557114e1b410a (diff) | |
download | freebsd-ports-gnome-64c10825b1d9fd8419da96bcd84bb361487ae74b.tar.gz freebsd-ports-gnome-64c10825b1d9fd8419da96bcd84bb361487ae74b.tar.zst freebsd-ports-gnome-64c10825b1d9fd8419da96bcd84bb361487ae74b.zip |
- Mark MAKE_JOBS_SAFE, this fixes build on mips and mips64
Approved by: portmgr blanket
Diffstat (limited to 'math')
-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 8a58ae056eb2..6d0e81ef0f7c 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --infodir=${PREFIX}/info \ --mandir=${PREFIX}/man \ --enable-cxx +MAKE_JOBS_UNSAFE=yes USE_LDCONFIG= yes INFO= gmp |