diff options
Diffstat (limited to 'mail/thunderbird-devel/Makefile')
-rw-r--r-- | mail/thunderbird-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index ea21d8b77ad0..606125ffbb4e 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 |