summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/firefox-esr/Makefile4
-rw-r--r--www/firefox/Makefile4
-rw-r--r--www/firefox36/Makefile4
3 files changed, 12 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index afde3fd..c0455b8 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -54,6 +54,10 @@ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{
BROKEN= does not build
.endif
+.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
+IGNORE= does not run, update to 6.2-RELEASE or newer
+.endif
+
.if ${OSVERSION} >= 600000
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
.endif
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index afde3fd..c0455b8 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -54,6 +54,10 @@ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{
BROKEN= does not build
.endif
+.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
+IGNORE= does not run, update to 6.2-RELEASE or newer
+.endif
+
.if ${OSVERSION} >= 600000
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
.endif
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index afde3fd..c0455b8 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/Makefile
@@ -54,6 +54,10 @@ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{
BROKEN= does not build
.endif
+.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
+IGNORE= does not run, update to 6.2-RELEASE or newer
+.endif
+
.if ${OSVERSION} >= 600000
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
.endif
OpenPOWER on IntegriCloud