diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-04 08:38:19 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-04 08:38:19 +0000 |
commit | 5ab85d28ecad39d04df0093d5ef682cdc96a7846 (patch) | |
tree | a526459f53e75d8f0cd7344982df58d3e6f18292 /math/gmp | |
parent | 782616f6cc59391999978d9edc44ecf6aa94b3ad (diff) | |
download | ports-5ab85d28ecad39d04df0093d5ef682cdc96a7846.tar.gz ports-5ab85d28ecad39d04df0093d5ef682cdc96a7846.zip |
Notes
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 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 |