aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/firefox/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 65e99f66da84..440f64361630 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -52,6 +52,10 @@ MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \
WRKSRC:= ${WRKDIR}/mozilla-release
+.if ${ARCH} == i386 && ${OSVERSION} < 1000000
+USE_GCC?= yes
+.endif
+
post-extract:
@${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \
-e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \