diff options
author | ahze <ahze@FreeBSD.org> | 2005-10-29 09:18:07 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-10-29 09:18:07 +0800 |
commit | 5eacf698985c8019f0c36a17a87d6af0858da90b (patch) | |
tree | d8a8a32e545d7bc42ce96b84965756b498b2ee5a /math/fftw3-long/Makefile | |
parent | fc96335a647666056a824cfc21311e02f3cd30f7 (diff) | |
download | freebsd-ports-gnome-5eacf698985c8019f0c36a17a87d6af0858da90b.tar.gz freebsd-ports-gnome-5eacf698985c8019f0c36a17a87d6af0858da90b.tar.zst freebsd-ports-gnome-5eacf698985c8019f0c36a17a87d6af0858da90b.zip |
- 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-long/Makefile')
-rw-r--r-- | math/fftw3-long/Makefile | 2 |
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" |