- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined

since some CPUTYPES work and others don't.
This commit is contained in:
Michael Johnson 2005-10-29 01:18:07 +00:00
parent 74c9bbed78
commit 3265911541
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146633
2 changed files with 1 additions and 3 deletions

View File

@ -14,6 +14,4 @@ MASTERDIR= ${.CURDIR}/../../math/fftw3
ONLY_FOR_ARCHS= i386
BROKEN= "Does not build"
.include "${MASTERDIR}/Makefile"

View File

@ -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}