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/mozilla-devel | |
parent | 0ff4ce9cfeac2b0d903f469a4af5bb830861b367 (diff) |
Notes
Diffstat (limited to 'www/mozilla-devel')
-rw-r--r-- | www/mozilla-devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index c3261e42440b..d6216abc91aa 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/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) |