diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:23:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:23:27 +0000 |
commit | 6e1ffea75499c60491e00fd563dd1a7f9d5e79d0 (patch) | |
tree | 0bef2f3aca7e55d91199f4f08e019035d77b6925 | |
parent | BROKEN on !i386: Does not compile (diff) |
BROKEN on !i386: Does not build
Notes
Notes:
svn path=/head/; revision=121925
-rw-r--r-- | lang/pike72/Makefile | 4 | ||||
-rw-r--r-- | multimedia/openquicktime/Makefile | 4 |
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: |