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 /multimedia/openquicktime | |
parent | 400162683cf3947b5bc3c765ab0e439cb1e65268 (diff) |
BROKEN on !i386: Does not build
Notes
Notes:
svn path=/head/; revision=121925
Diffstat (limited to 'multimedia/openquicktime')
-rw-r--r-- | multimedia/openquicktime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |