diff options
author | gerald <gerald@FreeBSD.org> | 2012-10-06 01:39:22 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-10-06 01:39:22 +0800 |
commit | 6bccac7e36510aa1228286d37ebee44dd6033328 (patch) | |
tree | ad04cd1dd0d0f888891480dacb8f4c3d29f6fa51 /cad/calculix | |
parent | 572d86ff2404fb714d8f5e80701085f4b852e323 (diff) | |
download | freebsd-ports-gnome-6bccac7e36510aa1228286d37ebee44dd6033328.tar.gz freebsd-ports-gnome-6bccac7e36510aa1228286d37ebee44dd6033328.tar.zst freebsd-ports-gnome-6bccac7e36510aa1228286d37ebee44dd6033328.zip |
Replace USE_GCC=4.4+ by USE_GCC=4.6+, in preparation of some work
linimon and me have discussed (and since lang/gcc44 is on the way
out).
Approved by: maintainer
Diffstat (limited to 'cad/calculix')
-rw-r--r-- | cad/calculix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index 1f38787cfdf1..475b46580c42 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -70,7 +70,7 @@ LAPACK_LIBS= -llapack .endif USE_FORTRAN= yes -USE_GCC= 4.4+ +USE_GCC= 4.6+ .if ${ARCH} == "sparc64" CFLAGS+= -fPIC |