From 7aa403798721eadc7278f00063697993244237d0 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 5 Jul 2006 23:22:16 +0000 Subject: - Don't IGNORE on sparc64 >=601101 anymore - Pet portlint --- www/seamonkey2/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'www/seamonkey2/Makefile') diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 3b18fcc1ea2b..026e06361431 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -53,13 +53,17 @@ MOZ_OPTIONS+= --enable-glitz LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz .endif -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64" +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 IGNORE= core dumps on ${ARCH} during post-build .endif +.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 +IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 +.endif + .if ${OSVERSION} < 500000 -USE_GCC= 3.4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-security_manager_Makefile.in +USE_GCC= 3.4 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-security_manager_Makefile.in .endif .if defined(WITHOUT_MAILNEWS) -- cgit v1.2.3