mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- 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
@ -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 New Issue
Block a user