aboutsummaryrefslogtreecommitdiff
path: root/audio/bmp-flac
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 09:35:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 09:35:48 +0000
commit0ac4c5d5c4dbe18b4d5e339747cc078375461f71 (patch)
tree8c474acf3af820c27893e74059003d7ad39a3159 /audio/bmp-flac
parent71eecaf4d9b70b9bfbceb666aa7431973c99037a (diff)
downloadports-0ac4c5d5c4dbe18b4d5e339747cc078375461f71.tar.gz
ports-0ac4c5d5c4dbe18b4d5e339747cc078375461f71.zip
Mark as broken with gcc4.2, at least on sparc64. It may also be broken
on the others.
Notes
Notes: svn path=/head/; revision=200631
Diffstat (limited to 'audio/bmp-flac')
-rw-r--r--audio/bmp-flac/Makefile10
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>