summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-03 14:13:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-03 14:13:40 +0000
commit0ff4ce9cfeac2b0d903f469a4af5bb830861b367 (patch)
tree49029b3f4d92ad7f28ba4882a247f659349f9663 /www/seamonkey
parentBROKEN on amd64: Missing -fPIC (diff)
BROKEN on amd64: Segfault during build
Notes
Notes: svn path=/head/; revision=106043
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile4
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