aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3-long
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-10-29 01:18:07 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-10-29 01:18:07 +0000
commit3265911541ce82e93ea6bcd7d53d7e7f408fd02a (patch)
treec68a4cca657bc4e7c5e9198370db64f960d6f2a0 /math/fftw3-long
parent74c9bbed786bff97723098e3f74af5ac4ceff8a4 (diff)
downloadports-3265911541ce82e93ea6bcd7d53d7e7f408fd02a.tar.gz
ports-3265911541ce82e93ea6bcd7d53d7e7f408fd02a.zip
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
since some CPUTYPES work and others don't.
Notes
Notes: svn path=/head/; revision=146633
Diffstat (limited to 'math/fftw3-long')
-rw-r--r--math/fftw3-long/Makefile2
1 files changed, 0 insertions, 2 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"