1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Mark as broken on sparc64: fail to compile.

This commit is contained in:
Mark Linimon 2008-02-01 11:23:28 +00:00
parent 9abe91d1a0
commit a5f8fe9c33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206562
6 changed files with 30 additions and 2 deletions

View File

@ -52,4 +52,8 @@ post-install:
USE_GCC= 4.2+
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -52,4 +52,8 @@ post-install:
USE_GCC= 4.2+
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -45,4 +45,10 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -52,4 +52,8 @@ post-install:
USE_GCC= 4.2+
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -52,4 +52,8 @@ post-install:
USE_GCC= 4.2+
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -45,4 +45,10 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>