mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
This is broken on amd64 as well.
This commit is contained in:
parent
2d87c0883b
commit
10512536aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105390
@ -42,8 +42,8 @@ post-configure:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
|
||||
BROKEN= "Does not compile on !i386 and !amd64"
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.endif
|
||||
|
||||
post-install: install-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user