diff options
-rw-r--r-- | multimedia/openquicktime/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile index 48ab2c260c1c..5ea478a0d268 100644 --- a/multimedia/openquicktime/Makefile +++ b/multimedia/openquicktime/Makefile @@ -33,9 +33,7 @@ OPTIONS= DEBUG "Turn on debugging" off CONFIGURE_ARGS+= --enable-debug=no .endif -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif +BROKEN= Does not install .if ${ARCH} != "i386" BROKEN= Does not build on !i386 |