1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Mark as broken with gcc4.2, at least on sparc64. It may also be broken

on the others.
This commit is contained in:
Mark Linimon 2007-10-02 09:35:48 +00:00
parent 71eecaf4d9
commit 0ac4c5d5c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200631

View File

@ -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>