diff options
Diffstat (limited to 'www/firefox-devel/Makefile')
-rw-r--r-- | www/firefox-devel/Makefile | 4 |
1 files changed, 4 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) ..." |