aboutsummaryrefslogtreecommitdiff
path: root/www/epiphany
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-01-22 00:05:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-01-22 00:05:52 +0000
commitdfedea1e4d117814a0d0056f8de8d65ed97c88c7 (patch)
tree3cdbb937fb29f3b02b4c40a6c34e666f82b94c64 /www/epiphany
parent0d252eea07c8a02b08a98c9320479a9404662a94 (diff)
downloadports-dfedea1e4d117814a0d0056f8de8d65ed97c88c7.tar.gz
ports-dfedea1e4d117814a0d0056f8de8d65ed97c88c7.zip
Use GCC 3.4 if we're building on 4.x against mozilla-devel.
Reminded by: marcus
Notes
Notes: svn path=/head/; revision=127061
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 5869e343b9c4..e10845e49180 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -65,6 +65,12 @@ NO_WERROR= yes
CONFIGURE_ARGS+= --disable-werror
.endif
+.if ${OSVERSION} < 500000
+.if ${MOZILLA}=="mozilla-devel"
+USE_GCC= 3.4
+.endif
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " By default epiphany uses www/mozilla for html rendering, but you can"