aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/openquicktime/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile
index a986180964e3..48ab2c260c1c 100644
--- a/multimedia/openquicktime/Makefile
+++ b/multimedia/openquicktime/Makefile
@@ -33,6 +33,10 @@ OPTIONS= DEBUG "Turn on debugging" off
CONFIGURE_ARGS+= --enable-debug=no
.endif
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if ${ARCH} != "i386"
BROKEN= Does not build on !i386
.endif