- Fix WITH_SSE on 4.x by using gcc-3.3

- Update MASTER_SITES

PR:		ports/68407
Submitted by:	michael johnson <ahze@rgv.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-06-27 14:16:45 +00:00
parent a5497009ee
commit 60a95a1e2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112367

View file

@ -10,7 +10,7 @@ PORTVERSION= 3.0.1
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
ftp://ftp.fftw.org/pub/fftw/old/ \
http://www.fftw.org/ \
ftp://theory.lcs.mit.edu/pub/fftw/ \
ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/
DISTNAME= fftw-${PORTVERSION}
@ -54,6 +54,9 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-O:N-O*} -O3 -fomit-frame-pointer -fno-schedul
.endif
.if defined(WITH_SSE)
.if ${OSVERSION} < 500000
USE_GCC= 3.3
.endif
CONFIGURE_ARGS+=--enable-sse2
CONFIGURE_ARGS_FFTW3F+=--enable-sse
CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-O:N-O*} -O2"