diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:17:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:17:16 +0000 |
commit | eaf2461388d43536c4328ebad3e49914195c12de (patch) | |
tree | 4cf0d0e17170b264124d7516cf1223f7448d3502 /audio/tse3/Makefile | |
parent | f6f82046211c039a6d343bca9cb9b01720900e5c (diff) | |
download | ports-eaf2461388d43536c4328ebad3e49914195c12de.tar.gz ports-eaf2461388d43536c4328ebad3e49914195c12de.zip |
Notes
Diffstat (limited to 'audio/tse3/Makefile')
-rw-r--r-- | audio/tse3/Makefile | 4 |
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 |