diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-03 14:13:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-03 14:13:40 +0000 |
commit | 0ff4ce9cfeac2b0d903f469a4af5bb830861b367 (patch) | |
tree | 49029b3f4d92ad7f28ba4882a247f659349f9663 /www/seamonkey | |
parent | BROKEN on amd64: Missing -fPIC (diff) |
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 |