- 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:
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
|
@ -14,6 +14,4 @@ MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
BROKEN= "Does not build"
|
||||
|
||||
.include "${MASTERDIR}/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}
|
||||
|
|
Loading…
Reference in a new issue