diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 09:32:42 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 09:32:42 +0000 |
commit | e3233ec55c2c53b14da2bda742487a3b906def3e (patch) | |
tree | e9920f6b94d1f05bd8729be159ae651d0a0aa77c /audio/cantus | |
parent | 2bcf9cd7565d70d7d899da8b2d573b2bfca6610b (diff) | |
download | FreeBSD-ports-e3233ec55c2c53b14da2bda742487a3b906def3e.zip FreeBSD-ports-e3233ec55c2c53b14da2bda742487a3b906def3e.tar.gz |
Mark as broken with gcc4.2.
Diffstat (limited to 'audio/cantus')
-rw-r--r-- | audio/cantus/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/cantus/Makefile b/audio/cantus/Makefile index 974c0ee..27f71ac 100644 --- a/audio/cantus/Makefile +++ b/audio/cantus/Makefile @@ -24,4 +24,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |