aboutsummaryrefslogtreecommitdiff
path: root/audio/tse3
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 09:17:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 09:17:16 +0000
commiteaf2461388d43536c4328ebad3e49914195c12de (patch)
tree4cf0d0e17170b264124d7516cf1223f7448d3502 /audio/tse3
parentf6f82046211c039a6d343bca9cb9b01720900e5c (diff)
downloadports-eaf2461388d43536c4328ebad3e49914195c12de.tar.gz
ports-eaf2461388d43536c4328ebad3e49914195c12de.zip
Mark as broken with gcc4.2.
Notes
Notes: svn path=/head/; revision=200624
Diffstat (limited to 'audio/tse3')
-rw-r--r--audio/tse3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile
index 1b2036d951a7..fa8ba1c35381 100644
--- a/audio/tse3/Makefile
+++ b/audio/tse3/Makefile
@@ -26,6 +26,10 @@ MAN3= tse3.3
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if defined(WITH_ARTS)
LIB_DEPENDS+= artsmidi:${PORTSDIR}/multimedia/kdemultimedia3
.else