summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/clanlib-devel/Makefile4
-rw-r--r--devel/ocaml-camomile/Makefile4
-rw-r--r--www/mozilla-devel/Makefile4
-rw-r--r--www/seamonkey/Makefile4
-rw-r--r--www/seamonkey2/Makefile4
5 files changed, 2 insertions, 18 deletions
diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile
index ecd7be1f1875..702942231e11 100644
--- a/devel/clanlib-devel/Makefile
+++ b/devel/clanlib-devel/Makefile
@@ -42,8 +42,8 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+BROKEN= "Does not compile on !i386 and !amd64"
.endif
.if ${OSVERSION} < 500032
diff --git a/devel/ocaml-camomile/Makefile b/devel/ocaml-camomile/Makefile
index 0ff0272559dd..7d93811352d2 100644
--- a/devel/ocaml-camomile/Makefile
+++ b/devel/ocaml-camomile/Makefile
@@ -31,10 +31,6 @@ PKGDEINSTALL= ${PKGINSTALL}
BROKEN= "Need working <wctype.h>"
.endif
-.if ${ARCH} == "amd64"
-BROKEN= "Coredump during build on amd64"
-.endif
-
post-install:
@${FIND} ${PREFIX}/lib/ocaml/site-lib/${PORTNAME} -type f | \
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index 0e30cb559ebc..6cd1baad5646 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -112,10 +112,6 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Coredump during build on amd64"
-.endif
-
.if ${ARCH} == "ia64" || ${ARCH} == "alpha"
BROKEN= "Does not compile on ia64 or alpha"
.endif
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 0e30cb559ebc..6cd1baad5646 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -112,10 +112,6 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Coredump during build on amd64"
-.endif
-
.if ${ARCH} == "ia64" || ${ARCH} == "alpha"
BROKEN= "Does not compile on ia64 or alpha"
.endif
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 0e30cb559ebc..6cd1baad5646 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -112,10 +112,6 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Coredump during build on amd64"
-.endif
-
.if ${ARCH} == "ia64" || ${ARCH} == "alpha"
BROKEN= "Does not compile on ia64 or alpha"
.endif