aboutsummaryrefslogtreecommitdiff
path: root/multimedia/openquicktime
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 19:54:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 19:54:34 +0000
commit124be832938760b811d8d022177bfadb0423b25d (patch)
tree0f19fe67e730eb4f1411534bedfc7913a00469f1 /multimedia/openquicktime
parent638dbd4282c0b45a105ee30df6a4605a1a7567f7 (diff)
downloadports-124be832938760b811d8d022177bfadb0423b25d.tar.gz
ports-124be832938760b811d8d022177bfadb0423b25d.zip
Notes
Diffstat (limited to 'multimedia/openquicktime')
-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