aboutsummaryrefslogtreecommitdiffstats
path: root/math/fftw3
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-11-04 03:30:10 +0800
committerahze <ahze@FreeBSD.org>2005-11-04 03:30:10 +0800
commitf4eb33d6d90e7ab8bdfbb02237057cf2c898a973 (patch)
treeccdd31225808ab7b3b9df285906bdde9cac68c05 /math/fftw3
parent2cba572559550f9e2c3db0155bd3fc518bdee924 (diff)
downloadfreebsd-ports-gnome-f4eb33d6d90e7ab8bdfbb02237057cf2c898a973.tar.gz
freebsd-ports-gnome-f4eb33d6d90e7ab8bdfbb02237057cf2c898a973.tar.zst
freebsd-ports-gnome-f4eb33d6d90e7ab8bdfbb02237057cf2c898a973.zip
- Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully uses
math/ldouble
Diffstat (limited to 'math/fftw3')
-rw-r--r--math/fftw3/Makefile4
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 \