diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-12 22:03:10 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-12 22:03:10 +0000 |
commit | ac23b2f245fd35abd0ee2e80537339d38f53a7b9 (patch) | |
tree | 9b6a7fce41026b4b6eb2cb65698909620eb7f572 /mail/thunderbird-esr | |
parent | ea330360d6587c3f534f9d6ba87ef3484c42470f (diff) | |
download | FreeBSD-ports-ac23b2f245fd35abd0ee2e80537339d38f53a7b9.zip FreeBSD-ports-ac23b2f245fd35abd0ee2e80537339d38f53a7b9.tar.gz |
Mark IGNORE on -STABLE Alpha.
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index ea21d8b..606125f 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 |