aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-04-17 08:24:56 +0800
committerahze <ahze@FreeBSD.org>2006-04-17 08:24:56 +0800
commit2c2de3c4c0e0452cb5f9dcdc91861295a8bc0854 (patch)
treefa98ed6e227fd7b88c16bf78e72a88bdc83ac4db /www/firefox-esr
parent311816b5e62fd91f6043971069a859c11c9e1a37 (diff)
downloadfreebsd-ports-gnome-2c2de3c4c0e0452cb5f9dcdc91861295a8bc0854.tar.gz
freebsd-ports-gnome-2c2de3c4c0e0452cb5f9dcdc91861295a8bc0854.tar.zst
freebsd-ports-gnome-2c2de3c4c0e0452cb5f9dcdc91861295a8bc0854.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