diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-03 14:15:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-03 14:15:40 +0000 |
commit | fef9e3a8887f85331f68af0d653e8ac151ea8925 (patch) | |
tree | f9216a967ab4999c8a3ebf203c8f752f1e1a2508 /www/seamonkey | |
parent | BROKEN on amd64: Segfault during build (diff) |
This is also broken in a different way on ia64
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 <bsd.port.pre.mk> .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) |