diff options
author | mm <mm@FreeBSD.org> | 2009-03-25 00:58:56 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-25 00:58:56 +0800 |
commit | 0ec1cc09cb2f9d2d74fe56c35cc9b32118d792d7 (patch) | |
tree | 0adecc85a6070827f0a7d9ee7526f62af9133547 /math | |
parent | ee759ea69785cdd40583e0145bcfef66ac2c9357 (diff) | |
download | freebsd-ports-gnome-0ec1cc09cb2f9d2d74fe56c35cc9b32118d792d7.tar.gz freebsd-ports-gnome-0ec1cc09cb2f9d2d74fe56c35cc9b32118d792d7.tar.zst freebsd-ports-gnome-0ec1cc09cb2f9d2d74fe56c35cc9b32118d792d7.zip |
- Add MAKE_JOBS_SAFE to support SMP compilation
Diffstat (limited to 'math')
-rw-r--r-- | math/djbfft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile index 486391f71ffe..f424c13c4c9b 100644 --- a/math/djbfft/Makefile +++ b/math/djbfft/Makefile @@ -17,6 +17,7 @@ COMMENT= An extremely fast library for floating-point convolution DISABLE_SIZE= yes ALL_TARGET= INSTALL_TARGET=setup check +MAKE_JOBS_SAFE= yes HEADER_FILES= complex4.h complex8.h fftc4.h fftc8.h fftfreq.h \ fftr4.h fftr8.h real4.h real8.h |