From 123d08d5c9294724b2433e6c4158a2486669a740 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 17 Apr 2006 00:26:08 +0000 Subject: - Mark IGNORE on sparc64 since it core dumps at start --- www/seamonkey/Makefile | 2 +- www/seamonkey2/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www') 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 -- cgit