From e70a63de00ddf7584e6322eac29f6af72816f9fa Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 12 Apr 2004 03:29:59 +0000 Subject: This is also BROKEN on alpha --- www/seamonkey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/seamonkey') diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 2293031df591..df87ad21a4a7 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -126,8 +126,8 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ BROKEN= "Coredump during build on amd64" .endif -.if ${ARCH} == "ia64" -BROKEN= "Does not compile on ia64" +.if ${ARCH} == "ia64" || ${ARCH} == "alpha" +BROKEN= "Does not compile on ia64 or alpha" .endif .if !defined(WITHOUT_XFT) -- cgit v1.2.3