mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
BROKEN on sparc64 as well
This commit is contained in:
parent
e50bdc5bfa
commit
aebc899d79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106783
@ -68,8 +68,8 @@ MAKE_ARGS+= CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
|
||||
BROKEN= "Does not compile on !i386 and !sparc64"
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
|
Loading…
Reference in New Issue
Block a user