aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-04-17 08:26:08 +0800
committerahze <ahze@FreeBSD.org>2006-04-17 08:26:08 +0800
commit123d08d5c9294724b2433e6c4158a2486669a740 (patch)
tree429901dc2cf67da25ca3545cf48c69e681d4161b /www
parent2c2de3c4c0e0452cb5f9dcdc91861295a8bc0854 (diff)
downloadfreebsd-ports-gnome-123d08d5c9294724b2433e6c4158a2486669a740.tar.gz
freebsd-ports-gnome-123d08d5c9294724b2433e6c4158a2486669a740.tar.zst
freebsd-ports-gnome-123d08d5c9294724b2433e6c4158a2486669a740.zip
- Mark IGNORE on sparc64 since it core dumps at start
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey/Makefile2
-rw-r--r--www/seamonkey2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 183dafef64e1..4da83c6297b6 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -52,7 +52,7 @@ MOZ_OPTIONS+= --enable-glitz
LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz
.endif
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
IGNORE= core dumps on ${ARCH} during post-build
.endif
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 183dafef64e1..4da83c6297b6 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -52,7 +52,7 @@ MOZ_OPTIONS+= --enable-glitz
LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz
.endif
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
IGNORE= core dumps on ${ARCH} during post-build
.endif