diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:35:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:35:48 +0000 |
commit | 0ac4c5d5c4dbe18b4d5e339747cc078375461f71 (patch) | |
tree | 8c474acf3af820c27893e74059003d7ad39a3159 /audio | |
parent | Mark as broken with gcc4.2. (diff) |
Mark as broken with gcc4.2, at least on sparc64. It may also be broken
on the others.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-flac/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index 69824a11ecd6..b2e1e909053e 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -38,4 +38,12 @@ post-configure: do-install: ${INSTALL_DATA} ${WRKSRC}/src/plugin_bmp/.libs/libbmp-flac.so ${PREFIX}/lib/bmp/Input -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + +.include <bsd.port.post.mk> |