diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-07 04:10:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-07 04:10:38 +0800 |
commit | 0f1620e30fc4cfdfeef0aa94c063b5663edd9696 (patch) | |
tree | 500d6c1fa02c8ffeb5ee74b7e947f79fb84ecabd | |
parent | bdcac0479f09922264b01ff8b8e147d747c04648 (diff) | |
download | marcuscom-ports-0f1620e30fc4cfdfeef0aa94c063b5663edd9696.tar marcuscom-ports-0f1620e30fc4cfdfeef0aa94c063b5663edd9696.tar.gz marcuscom-ports-0f1620e30fc4cfdfeef0aa94c063b5663edd9696.tar.bz2 marcuscom-ports-0f1620e30fc4cfdfeef0aa94c063b5663edd9696.tar.lz marcuscom-ports-0f1620e30fc4cfdfeef0aa94c063b5663edd9696.tar.xz marcuscom-ports-0f1620e30fc4cfdfeef0aa94c063b5663edd9696.tar.zst marcuscom-ports-0f1620e30fc4cfdfeef0aa94c063b5663edd9696.zip |
This port needs GCC 3.4 on 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4028 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/firefox-devel/Makefile | 4 | ||||
-rw-r--r-- | www/firefox/Makefile | 4 | ||||
-rw-r--r-- | www/firefox10/Makefile | 4 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index ad5957e3e..1a3703ff1 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -111,6 +111,10 @@ IGNORE= core dumps on alpha during post-build EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif +.if ${OSVERSION} < 500000 +USE_GCC= 3.4 +.endif + pre-extract:: @${ECHO_MSG} @${ECHO_MSG} "Extracting source (this takes a while) ..." diff --git a/www/firefox/Makefile b/www/firefox/Makefile index ad5957e3e..1a3703ff1 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -111,6 +111,10 @@ IGNORE= core dumps on alpha during post-build EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif +.if ${OSVERSION} < 500000 +USE_GCC= 3.4 +.endif + pre-extract:: @${ECHO_MSG} @${ECHO_MSG} "Extracting source (this takes a while) ..." diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index ad5957e3e..1a3703ff1 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -111,6 +111,10 @@ IGNORE= core dumps on alpha during post-build EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif +.if ${OSVERSION} < 500000 +USE_GCC= 3.4 +.endif + pre-extract:: @${ECHO_MSG} @${ECHO_MSG} "Extracting source (this takes a while) ..." diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index ad5957e3e..1a3703ff1 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -111,6 +111,10 @@ IGNORE= core dumps on alpha during post-build EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif +.if ${OSVERSION} < 500000 +USE_GCC= 3.4 +.endif + pre-extract:: @${ECHO_MSG} @${ECHO_MSG} "Extracting source (this takes a while) ..." |