1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +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> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" .if ${OSVERSION} >= 700042
BROKEN= does not compile .if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>