From 3a501d18b974689cafb2b0390f41763aaa3db8cd Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 12 Oct 2003 22:03:10 +0000 Subject: Mark IGNORE on -STABLE Alpha. --- mail/thunderbird/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/thunderbird') diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index ea21d8b77ad0..606125ffbb4e 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 -- cgit v1.2.3