1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Mark as broken on amd64-7 (and, presumably, sparc64-7).

This commit is contained in:
Mark Linimon 2007-10-24 21:08:16 +00:00
parent c803188084
commit 97dfcc1b41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201945

View File

@ -31,4 +31,12 @@ post-patch:
@${REINPLACE_CMD} -e \
's|DBG_CFLAGS="-O2"|DBG_CFLAGS=""|g' ${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
.include <bsd.port.post.mk>