From 96783be960af82e7f43e271c8c27ff7bbb5cf344 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 3 Apr 2004 14:13:40 +0000 Subject: BROKEN on amd64: Segfault during build --- www/seamonkey/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/seamonkey') 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 +.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 -- cgit