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 -.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: