mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
BROKEN on !i386 and !amd64: Does not compile
This commit is contained in:
parent
5f4841248d
commit
054c21bdd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106084
@ -31,6 +31,10 @@ SNAPDATE= 20040317
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "amd64" && ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386 and !amd64"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user