1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

Fails to compile on sparc64 as well as amd64.

This commit is contained in:
Mark Linimon 2009-03-16 09:06:02 +00:00
parent 8041efac0d
commit cfa135f71d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230199

View File

@ -56,8 +56,10 @@ post-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
BROKEN= does not compile
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
.include <bsd.port.post.mk>