diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 01:53:45 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 01:53:45 +0000 |
commit | 95e1b4adc3c217295ee0fb10edc368df8849ce34 (patch) | |
tree | 6212c15a36a0bd64fc1b3b0aa4e89010d9b60a69 /math/fftw3 | |
parent | ec40c1b18590a321d5dbd5ebbd73bea024902e87 (diff) | |
download | FreeBSD-ports-95e1b4adc3c217295ee0fb10edc368df8849ce34.zip FreeBSD-ports-95e1b4adc3c217295ee0fb10edc368df8849ce34.tar.gz |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'math/fftw3')
-rw-r--r-- | math/fftw3/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index cbd4ab3..a74071d 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -47,15 +47,9 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-O:N-O*} -O2 -ffast-math -fomit-frame-pointer" .if ${FFTW3_FLAVOR}=="default" && ${MACHINE_CPU:Msse} # !!Detect SSE and not SSE2!! CONFIGURE_ARGS+=--enable-sse2 -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -.endif .else .if ${FFTW3_FLAVOR}=="float" && ${MACHINE_CPU:Msse} CONFIGURE_ARGS+=--enable-sse -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -.endif .endif .endif .if ${MACHINE_CPU:M3dnow} |