diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-05 03:58:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-05 03:58:59 +0800 |
commit | 47aea829cee4309efec1c743587e655db1a3e907 (patch) | |
tree | 69fb113695c4a9241f70d486bdd6f0b1a1dc4e64 /multimedia | |
parent | 7d8cff31df0d0522ef488dfb553bb76ba9c4420d (diff) | |
download | freebsd-ports-gnome-47aea829cee4309efec1c743587e655db1a3e907.tar.gz freebsd-ports-gnome-47aea829cee4309efec1c743587e655db1a3e907.tar.zst freebsd-ports-gnome-47aea829cee4309efec1c743587e655db1a3e907.zip |
On rechecking my work, this is failing to install everywhere. Mark it
as such.
Diffstat (limited to 'multimedia')
-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 |