aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-04-17 08:24:56 +0800
committerMichael Johnson <ahze@FreeBSD.org>2006-04-17 08:24:56 +0800
commit64ebc39d0f55679ef8f078e22b95544bd66095b0 (patch)
treef2d80087574e2b192638b8095ed87cbf6724d8f9 /www/firefox-esr
parentc59c458de8d53ec9664b5d646447c25f602b0582 (diff)
downloadfreebsd-ports-gnome-64ebc39d0f55679ef8f078e22b95544bd66095b0.tar.gz
freebsd-ports-gnome-64ebc39d0f55679ef8f078e22b95544bd66095b0.tar.zst
freebsd-ports-gnome-64ebc39d0f55679ef8f078e22b95544bd66095b0.zip
- Mark IGNORE on sparc64 since it core dumps at startup
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 295884fb32d6..39903e8f3f45 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -44,7 +44,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
IGNORE= core dumps on alpha during post-build
.endif