Mark as BROKEN on amd64: does not compile.

This commit is contained in:
Mark Linimon 2006-07-03 05:39:23 +00:00
parent 85725356f1
commit e72089670f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166805
2 changed files with 14 additions and 2 deletions

View File

@ -24,4 +24,10 @@ CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH}==amd64
BROKEN= does not compile on ${ARCH}
.endif
.include <bsd.port.post.mk>

View File

@ -24,4 +24,10 @@ CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH}==amd64
BROKEN= does not compile on ${ARCH}
.endif
.include <bsd.port.post.mk>