From 7dddab53c342fd00b7207c9dc05548b91c0103a6 Mon Sep 17 00:00:00 2001
From: Joe Marcus Clarke <marcus@FreeBSD.org>
Date: Sun, 12 Oct 2003 22:01:55 +0000
Subject: Mark as IGNORE on -STABLE Alpha.

---
 www/firefox10/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'www/firefox10')

diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile
index 0eea15c6840b..b32d165df13f 100644
--- a/www/firefox10/Makefile
+++ b/www/firefox10/Makefile
@@ -92,6 +92,10 @@ LIBS+=			${PTHREAD_LIBS}
 
 EXTRA_SCRIPTS=		firebird.rb
 
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
+IGNORE=	"core dumps on alpha during post-build"
+.endif
+
 pre-extract::
 	@${ECHO_MSG}
 	@${ECHO_MSG} "Extracting source (this takes a while) ..."
-- 
cgit v1.2.3