diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-23 14:23:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-23 14:23:52 +0800 |
commit | b777020b7b6c8ca1e693677444a78e3ae3df6e29 (patch) | |
tree | c33c568a6035f8ef04f26072443b2dda8bdaaca0 /mail/thunderbird3 | |
parent | b30a7bafd3a5e7b81a7e2e3ea39b627c05226506 (diff) | |
download | freebsd-ports-gnome-b777020b7b6c8ca1e693677444a78e3ae3df6e29.tar.gz freebsd-ports-gnome-b777020b7b6c8ca1e693677444a78e3ae3df6e29.tar.zst freebsd-ports-gnome-b777020b7b6c8ca1e693677444a78e3ae3df6e29.zip |
Mark IGNORE on sparc64 due to core dump.
Diffstat (limited to 'mail/thunderbird3')
-rw-r--r-- | mail/thunderbird3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index 1f4215cde6a4..35a80ff3e8b8 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -44,9 +44,9 @@ OPTIONS= .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/Makefile.common" -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +.if ( ${ARCH} == "alpha" && ${OSVERSION} < 500035 ) || ${ARCH} == "sparc64" IGNORE= core dumps at runtime -.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035 +.endif # ( ${ARCH} == "alpha" && ${OSVERSION} < 500035 ) || ${ARCH} == "sparc64" .if ${PERL_LEVEL} < 500600 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl |