BROKEN on !i386 and !amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-04-04 01:44:52 +00:00
parent 5f4841248d
commit 054c21bdd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106084

View file

@ -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