BROKEN on ia64: Does not build

This commit is contained in:
Kris Kennaway 2006-11-17 06:50:17 +00:00
parent 07e41a3167
commit 1b220e4184
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177432

View File

@ -20,6 +20,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= Does not build on ia64
.endif
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
.else
@ -32,4 +38,4 @@ MAN1= yasm.1
MAN7= yasm_arch.7
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>