diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-23 06:23:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-23 06:23:52 +0000 |
commit | 8e6dfb35cb5dca08372ab531cc100fe8b4765320 (patch) | |
tree | 8a5ff859ed5e2bd7261098e7a8052f2a57a93267 /mail | |
parent | 4ab88cae65328f27bf112bb685bb730015e10ca6 (diff) | |
download | ports-8e6dfb35cb5dca08372ab531cc100fe8b4765320.tar.gz ports-8e6dfb35cb5dca08372ab531cc100fe8b4765320.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 4 |
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 |