aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-23 06:23:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-23 06:23:52 +0000
commit8e6dfb35cb5dca08372ab531cc100fe8b4765320 (patch)
tree8a5ff859ed5e2bd7261098e7a8052f2a57a93267 /mail
parent4ab88cae65328f27bf112bb685bb730015e10ca6 (diff)
downloadports-8e6dfb35cb5dca08372ab531cc100fe8b4765320.tar.gz
ports-8e6dfb35cb5dca08372ab531cc100fe8b4765320.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird-esr/Makefile4
-rw-r--r--mail/thunderbird/Makefile4
-rw-r--r--mail/thunderbird3/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile
index 1f4215cde6a4..35a80ff3e8b8 100644
--- a/mail/thunderbird-esr/Makefile
+++ b/mail/thunderbird-esr/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
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 1f4215cde6a4..35a80ff3e8b8 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/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
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