summaryrefslogtreecommitdiffstats
path: root/math/fftw3
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-10-29 01:18:07 +0000
committerahze <ahze@FreeBSD.org>2005-10-29 01:18:07 +0000
commit5eacf698985c8019f0c36a17a87d6af0858da90b (patch)
treed8a8a32e545d7bc42ce96b84965756b498b2ee5a /math/fftw3
parentfc96335a647666056a824cfc21311e02f3cd30f7 (diff)
downloadFreeBSD-ports-5eacf698985c8019f0c36a17a87d6af0858da90b.zip
FreeBSD-ports-5eacf698985c8019f0c36a17a87d6af0858da90b.tar.gz
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't.
Diffstat (limited to 'math/fftw3')
-rw-r--r--math/fftw3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index 56b92d2..a42fd87 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}
OpenPOWER on IntegriCloud