aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-07-05 23:22:16 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-07-05 23:22:16 +0000
commit7aa403798721eadc7278f00063697993244237d0 (patch)
tree7c817ed378697c4abbc83c0e1124aab2425b16a9 /www/seamonkey
parent34d3330d9485714d9ea44ccdacd08cb06b934049 (diff)
downloadports-7aa403798721eadc7278f00063697993244237d0.tar.gz
ports-7aa403798721eadc7278f00063697993244237d0.zip
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 3b18fcc1ea2b..026e06361431 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/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)