diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-03 19:30:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-03 19:30:10 +0000 |
commit | 86c35e7576b02cfa2ec2f1dc0545d4bb25a2eac1 (patch) | |
tree | 6cb41895e77835d78354e1bf2075b98d2ffada0d /math/fftw3 | |
parent | bd2e3aadbe8c1ff7009c9c7c77afb71e9c99e95c (diff) | |
download | ports-86c35e7576b02cfa2ec2f1dc0545d4bb25a2eac1.tar.gz ports-86c35e7576b02cfa2ec2f1dc0545d4bb25a2eac1.zip |
Notes
Diffstat (limited to 'math/fftw3')
-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 \ |