diff options
-rw-r--r-- | www/mozilla-devel/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index ba2a734903f3..c3261e42440b 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/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 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 diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index ba2a734903f3..c3261e42440b 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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 |