mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Remove BROKEN mark for sparc64.
Submitted by: Hannes Mehnert <hannes@mehnert.org>
This commit is contained in:
parent
f5dff22c38
commit
c6b0bd87c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121814
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+fulldebug
|
|||
|
||||
MAN3= gc.3
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64"
|
||||
BROKEN= "Does not compile on !i386 and !alpha and !amd64"
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64" && ${ARCH} != "sparc64"
|
||||
BROKEN= "Does not compile on !i386 and !alpha and !amd64 and !sparc64"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Add table
Reference in a new issue