diff options
author | kris <kris@FreeBSD.org> | 2004-04-03 22:15:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-03 22:15:40 +0800 |
commit | 61a771a2358496a28b64159c0421d574c427a19b (patch) | |
tree | be1672c12a66597818fca10af3b2c52299b60a08 /www/seamonkey/Makefile | |
parent | 96783be960af82e7f43e271c8c27ff7bbb5cf344 (diff) | |
download | freebsd-ports-gnome-61a771a2358496a28b64159c0421d574c427a19b.tar.gz freebsd-ports-gnome-61a771a2358496a28b64159c0421d574c427a19b.tar.zst freebsd-ports-gnome-61a771a2358496a28b64159c0421d574c427a19b.zip |
This is also broken in a different way on ia64
Diffstat (limited to 'www/seamonkey/Makefile')
-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) |