diff options
author | kris <kris@FreeBSD.org> | 2004-04-03 22:13:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-03 22:13:40 +0800 |
commit | 96783be960af82e7f43e271c8c27ff7bbb5cf344 (patch) | |
tree | c8308a440eaf93b586cb8e0323199e59f29ebc5a /www/seamonkey | |
parent | 91a15d47b0c0f1c5c663982a3e77c7e61e36b6d1 (diff) | |
download | freebsd-ports-gnome-96783be960af82e7f43e271c8c27ff7bbb5cf344.tar.gz freebsd-ports-gnome-96783be960af82e7f43e271c8c27ff7bbb5cf344.tar.zst freebsd-ports-gnome-96783be960af82e7f43e271c8c27ff7bbb5cf344.zip |
BROKEN on amd64: Segfault during build
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index ba2a734903f3..c3261e42440b 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -122,6 +122,10 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Segfault during build on amd64" +.endif + .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+=--enable-xft |