diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index a42fd871770b..95e15daae232 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -27,6 +27,7 @@ USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes +USE_LDOUBLE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= CPPLAGS="${PTHREAD_CFLAGS}" \ @@ -61,9 +62,6 @@ USE_GCC= 3.4 .endif .endif .endif -.if ${FFTW3_FLAVOR}=="long" -USE_LDOUBLE= yes -.endif .if ${MACHINE_CPU:M3dnow} CONFIGURE_ARGS+=--enable-k7 CFLAGS_3DNOW= ${CFLAGS:N-O:N-O*} -O3 -fomit-frame-pointer -fno-schedule-insns \ |