summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/pike72/Makefile4
-rw-r--r--multimedia/openquicktime/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile
index f419ff7142be..6aee9746e5e5 100644
--- a/lang/pike72/Makefile
+++ b/lang/pike72/Makefile
@@ -54,8 +54,8 @@ CONFIGURE_ARGS+= --without-debug \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Build fails on amd64"
+.if ${ARCH} != "i386"
+BROKEN= "Build fails on !i386"
.endif
PLIST_SUB+= PORTVERSION=${PORTVERSION}
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile
index 9a25d04b0882..a53f9afb160c 100644
--- a/multimedia/openquicktime/Makefile
+++ b/multimedia/openquicktime/Makefile
@@ -34,8 +34,8 @@ OPTIONS= DEBUG "Turn on debugging" on
CONFIGURE_ARGS+= --enable-debug=no
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not build on sparc64"
+.if ${ARCH} != "i386"
+BROKEN= "Does not build on !i386"
.endif
post-patch: