From 0ac4c5d5c4dbe18b4d5e339747cc078375461f71 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 2 Oct 2007 09:35:48 +0000 Subject: Mark as broken with gcc4.2, at least on sparc64. It may also be broken on the others. --- audio/bmp-flac/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'audio/bmp-flac') 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 +.include + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + +.include -- cgit v1.2.3