- Mark BROKEN on non-i386: Does not compile

This commit is contained in:
Pav Lucistnik 2007-09-24 18:00:07 +00:00
parent 952d1b287d
commit c9e5044933
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200060

View file

@ -27,4 +27,10 @@ USE_GMAKE= yes
CFLAGS+= -fPIC
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>