1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Mark BROKEN on sparc64

Reported by:	kris mail
This commit is contained in:
Michael Johnson 2005-11-05 07:14:25 +00:00
parent b84a20cbf8
commit 781893d5b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147341
2 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN="Does not build."
.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64"
BROKEN="Does not build"
.endif
pre-everything::

View File

@ -30,8 +30,8 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN="Does not build."
.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64"
BROKEN="Does not build"
.endif
pre-everything::