diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3-long/Makefile | 2 | ||||
-rw-r--r-- | math/fftw3/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile index 1d6939aa19d3..227ffd6a8005 100644 --- a/math/fftw3-long/Makefile +++ b/math/fftw3-long/Makefile @@ -14,6 +14,4 @@ MASTERDIR= ${.CURDIR}/../../math/fftw3 ONLY_FOR_ARCHS= i386 -BROKEN= "Does not build" - .include "${MASTERDIR}/Makefile" diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 56b92d29f47d..a42fd871770b 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -61,7 +61,7 @@ USE_GCC= 3.4 .endif .endif .endif -.if ${FFTW3_FLAVOR}=="long" && !defined(CPUTYPE) +.if ${FFTW3_FLAVOR}=="long" USE_LDOUBLE= yes .endif .if ${MACHINE_CPU:M3dnow} |