diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-07-05 22:12:13 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-07-05 22:12:13 +0000 |
commit | 997d9367d911f112ef3a121a1cbe916ca0dae706 (patch) | |
tree | 928738530956fe431f5f504c65dd56402c8eba7d /mail/thunderbird-esr | |
parent | 5cc8b1f47545ed3c14ee17263163e2835bce130c (diff) | |
download | ports-997d9367d911f112ef3a121a1cbe916ca0dae706.tar.gz ports-997d9367d911f112ef3a121a1cbe916ca0dae706.zip |
Notes
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 5eed6514383b..e89d58c4f69b 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/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 |