diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 22:03:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 22:03:10 +0000 |
commit | 3a501d18b974689cafb2b0390f41763aaa3db8cd (patch) | |
tree | 29e301ce5582de4e50f6ef059eeb0709215b11aa /mail/thunderbird-devel | |
parent | 7dddab53c342fd00b7207c9dc05548b91c0103a6 (diff) | |
download | ports-3a501d18b974689cafb2b0390f41763aaa3db8cd.tar.gz ports-3a501d18b974689cafb2b0390f41763aaa3db8cd.zip |
Notes
Diffstat (limited to 'mail/thunderbird-devel')
-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 |