diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 2 | ||||
-rw-r--r-- | math/atlas-devel/Makefile | 2 | ||||
-rw-r--r-- | math/atlas/Makefile | 2 | ||||
-rw-r--r-- | math/cln/Makefile | 2 | ||||
-rw-r--r-- | math/fftw3/Makefile | 2 | ||||
-rw-r--r-- | math/freefem++/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index f80ba15e8ad9..50b341f9f864 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -18,7 +18,7 @@ COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln USE_BZIP2= yes -USE_GCC= 3.3 +USE_GCC= 3.4 USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index 5e3dde0b945c..bf5c0e1a04d9 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -28,7 +28,7 @@ NO_PACKAGE= runtime performance heavily depends on building environment .include <bsd.port.pre.mk> .if ${OSVERSION} < 501000 && ${ARCH} == "alpha" -USE_GCC=3.3 +USE_GCC=3.4 .endif # only affects for lapack sub project diff --git a/math/atlas/Makefile b/math/atlas/Makefile index b80f40bc8863..7e6f246233f2 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -27,7 +27,7 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 501000 && ${ARCH} == "alpha" -USE_GCC=3.3 +USE_GCC=3.4 .endif # only affects for lapack sub project diff --git a/math/cln/Makefile b/math/cln/Makefile index 9c88b013ac46..2cb300045ec7 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -17,7 +17,7 @@ COMMENT= Class Library for Numbers LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_BZIP2= yes -USE_GCC= 3.3 +USE_GCC= 3.4 USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_GMAKE= yes USE_INC_LIBTOOL_VER= 13 diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index dd44fee64eac..9692e9337793 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -60,7 +60,7 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS:N-O:N-O*} -O3 -fomit-frame-pointer -fno-schedul .if defined(WITH_SSE) .if ${OSVERSION} < 500000 -USE_GCC= 3.3 +USE_GCC= 3.4 .endif CONFIGURE_ARGS+=--enable-sse2 CONFIGURE_ARGS_FFTW3F+=--enable-sse diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index f359672cc4c7..e665537dae6b 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ARPACK++:${PORTSDIR}/math/arpack++ RESTRICTED= No resale or commercial use USE_GL= yes -USE_GCC= 3.3 +USE_GCC= 3.4 USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |