diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 19:54:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 19:54:34 +0000 |
commit | 124be832938760b811d8d022177bfadb0423b25d (patch) | |
tree | 0f19fe67e730eb4f1411534bedfc7913a00469f1 /multimedia | |
parent | 638dbd4282c0b45a105ee30df6a4605a1a7567f7 (diff) | |
download | ports-124be832938760b811d8d022177bfadb0423b25d.tar.gz ports-124be832938760b811d8d022177bfadb0423b25d.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/openquicktime/Makefile | 4 |
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 |