From fef9e3a8887f85331f68af0d653e8ac151ea8925 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 3 Apr 2004 14:15:40 +0000 Subject: This is also broken in a different way on ia64 --- www/seamonkey/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/seamonkey') diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index c3261e42440b..d6216abc91aa 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -123,7 +123,11 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ .include .if ${ARCH} == "amd64" -BROKEN= "Segfault during build on amd64" +BROKEN= "Coredump during build on amd64" +.endif + +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" .endif .if !defined(WITHOUT_XFT) -- cgit v1.2.3