diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:23:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:23:27 +0800 |
commit | 5e19b51eba6f599c82bf3eb92b5b7e4b66414776 (patch) | |
tree | 44a698ec5b56d323961a806b35db12f7cd1c4bff /multimedia | |
parent | 1ef94996d19f4b19454b19c6fb833fe4c867f581 (diff) | |
download | freebsd-ports-gnome-5e19b51eba6f599c82bf3eb92b5b7e4b66414776.tar.gz freebsd-ports-gnome-5e19b51eba6f599c82bf3eb92b5b7e4b66414776.tar.zst freebsd-ports-gnome-5e19b51eba6f599c82bf3eb92b5b7e4b66414776.zip |
BROKEN on !i386: Does not build
Diffstat (limited to 'multimedia')
-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: |