aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird3
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-07-05 22:12:13 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-07-05 22:12:13 +0000
commit997d9367d911f112ef3a121a1cbe916ca0dae706 (patch)
tree928738530956fe431f5f504c65dd56402c8eba7d /mail/thunderbird3
parent5cc8b1f47545ed3c14ee17263163e2835bce130c (diff)
downloadports-997d9367d911f112ef3a121a1cbe916ca0dae706.tar.gz
ports-997d9367d911f112ef3a121a1cbe916ca0dae706.zip
Notes
Diffstat (limited to 'mail/thunderbird3')
-rw-r--r--mail/thunderbird3/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile
index 5eed6514383b..e89d58c4f69b 100644
--- a/mail/thunderbird3/Makefile
+++ b/mail/thunderbird3/Makefile
@@ -44,9 +44,13 @@ OPTIONS=
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/Makefile.common"
-.if ( ${ARCH} == "alpha" && ${OSVERSION} < 500035 ) || ${ARCH} == "sparc64"
+.if ( ${ARCH} == "alpha" && ${OSVERSION} < 500035 )
IGNORE= core dumps at runtime
-.endif # ( ${ARCH} == "alpha" && ${OSVERSION} < 500035 ) || ${ARCH} == "sparc64"
+.endif # ( ${ARCH} == "alpha" && ${OSVERSION} < 500035 )
+
+.if (${ARCH}=="sparc64" && ${OSVERSION} < 601101)
+IGNORE= core dumps on ${ARCH}, kern.osreldate>=601101 needed
+.endif
.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl