diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-23 12:07:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-23 12:07:50 +0800 |
commit | 310743c74e1e087a1ba7ece376df8bd35eee5f59 (patch) | |
tree | 2122df3edc0da5781b2b96aa572c0a232f91456e /www | |
parent | e689dbe0ba63787d674a1b8851ed548e48030188 (diff) | |
download | freebsd-ports-gnome-310743c74e1e087a1ba7ece376df8bd35eee5f59.tar.gz freebsd-ports-gnome-310743c74e1e087a1ba7ece376df8bd35eee5f59.tar.zst freebsd-ports-gnome-310743c74e1e087a1ba7ece376df8bd35eee5f59.zip |
Use GCC 3.4 when building with mozilla-devel on 4.X.
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany-extensions/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index c211a5a1c60b..32a79bb1fbbc 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -66,6 +66,12 @@ CONFIGURE_ARGS+= --enable-opensp=yes CONFIGURE_ARGS+= --disable-opensp .endif +.if ${OSVERSION} < 500000 +.if ${MOZILLA}=="mozilla-devel" +USE_GCC= 3.4 +.endif +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} " By default epiphany-extensions builds with www/mozilla support, but you can" |