summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-01-22 00:05:52 +0000
committeradamw <adamw@FreeBSD.org>2005-01-22 00:05:52 +0000
commit476d01fd91c67a530a5d9391499704b1ad112d60 (patch)
tree6143753d4ee2b6d35934d800ee06d837f1fbd341 /www
parent525ac9acd4d8f412e71cbfb7fd26d6cdb7a4a519 (diff)
downloadFreeBSD-ports-476d01fd91c67a530a5d9391499704b1ad112d60.zip
FreeBSD-ports-476d01fd91c67a530a5d9391499704b1ad112d60.tar.gz
Use GCC 3.4 if we're building on 4.x against mozilla-devel.
Reminded by: marcus
Diffstat (limited to 'www')
-rw-r--r--www/epiphany/Makefile6
-rw-r--r--www/galeon/Makefile6
-rw-r--r--www/mplayer-plugin/Makefile10
3 files changed, 21 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 5869e34..e10845e 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"
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 4f84383..450fa36 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -67,6 +67,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 the port uses www/mozilla for html rendering, but you can"
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile
index 777074a..6346f30 100644
--- a/www/mplayer-plugin/Makefile
+++ b/www/mplayer-plugin/Makefile
@@ -50,6 +50,14 @@ HEADERS_SUFX=
.endif
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+.if ${WITH_MOZILLA}=="mozilla-devel"
+USE_GCC= 3.4
+.endif
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " By default this port uses www/mozilla for Gecko support, but you can"
@@ -89,4 +97,4 @@ do-install:
${PREFIX}/etc/mplayerplug-in.types ;\
fi
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud