aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/mozilla-thunderbird/Makefile4
-rw-r--r--mail/thunderbird-devel/Makefile4
-rw-r--r--mail/thunderbird-esr/Makefile4
-rw-r--r--mail/thunderbird/Makefile4
-rw-r--r--mail/thunderbird3/Makefile4
5 files changed, 20 insertions, 0 deletions
diff --git a/mail/mozilla-thunderbird/Makefile b/mail/mozilla-thunderbird/Makefile
index ea21d8b77ad..606125ffbb4 100644
--- a/mail/mozilla-thunderbird/Makefile
+++ b/mail/mozilla-thunderbird/Makefile
@@ -56,6 +56,10 @@ SORT?=/usr/bin/sort
CONFIGURE_ENV+= WITH_REORDER=yes
.endif # ${ARCH} == "i386"
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps at runtime"
+.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035
+
.if defined(WITH_DEBUG)
WITH_LOGGING= yes
CONFIGURE_ENV+= WITH_DEBUG=yes
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile
index ea21d8b77ad..606125ffbb4 100644
--- a/mail/thunderbird-devel/Makefile
+++ b/mail/thunderbird-devel/Makefile
@@ -56,6 +56,10 @@ SORT?=/usr/bin/sort
CONFIGURE_ENV+= WITH_REORDER=yes
.endif # ${ARCH} == "i386"
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps at runtime"
+.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035
+
.if defined(WITH_DEBUG)
WITH_LOGGING= yes
CONFIGURE_ENV+= WITH_DEBUG=yes
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile
index ea21d8b77ad..606125ffbb4 100644
--- a/mail/thunderbird-esr/Makefile
+++ b/mail/thunderbird-esr/Makefile
@@ -56,6 +56,10 @@ SORT?=/usr/bin/sort
CONFIGURE_ENV+= WITH_REORDER=yes
.endif # ${ARCH} == "i386"
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps at runtime"
+.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035
+
.if defined(WITH_DEBUG)
WITH_LOGGING= yes
CONFIGURE_ENV+= WITH_DEBUG=yes
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index ea21d8b77ad..606125ffbb4 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -56,6 +56,10 @@ SORT?=/usr/bin/sort
CONFIGURE_ENV+= WITH_REORDER=yes
.endif # ${ARCH} == "i386"
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps at runtime"
+.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035
+
.if defined(WITH_DEBUG)
WITH_LOGGING= yes
CONFIGURE_ENV+= WITH_DEBUG=yes
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile
index ea21d8b77ad..606125ffbb4 100644
--- a/mail/thunderbird3/Makefile
+++ b/mail/thunderbird3/Makefile
@@ -56,6 +56,10 @@ SORT?=/usr/bin/sort
CONFIGURE_ENV+= WITH_REORDER=yes
.endif # ${ARCH} == "i386"
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE= "core dumps at runtime"
+.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035
+
.if defined(WITH_DEBUG)
WITH_LOGGING= yes
CONFIGURE_ENV+= WITH_DEBUG=yes