diff options
author | clement <clement@FreeBSD.org> | 2004-01-24 07:08:22 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-24 07:08:22 +0800 |
commit | 62f4f7b816e7dcf8043cf508cb7743800daf321f (patch) | |
tree | c5ea34662516a1946f584671718ac1ddd69fac73 /math | |
parent | f76474873a61a6e448928895da767f2ed014eba9 (diff) | |
download | freebsd-ports-gnome-62f4f7b816e7dcf8043cf508cb7743800daf321f.tar.gz freebsd-ports-gnome-62f4f7b816e7dcf8043cf508cb7743800daf321f.tar.zst freebsd-ports-gnome-62f4f7b816e7dcf8043cf508cb7743800daf321f.zip |
- Fix build on -STABLE
PR: 61806
Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Reported by: bento via kris
Diffstat (limited to 'math')
-rw-r--r-- | math/freefem++/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 482948d1c6ca..8fc0df53dca4 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -29,6 +29,10 @@ DOCS= BUGS COPYRIGHT HISTORY README DOC/manual.pdf .include <bsd.port.pre.mk> +.if ${OSVERSION} < 501103 +USE_GCC= 3.2 +.endif + HOSTTYPE!= ${UNAME} -s post-patch: |