BROKEN on amd64: Does not configure

This commit is contained in:
Kris Kennaway 2004-07-03 23:56:37 +00:00
parent 2d944e5813
commit 56e7363667
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112881

View file

@ -32,6 +32,12 @@ CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
.include "${.CURDIR}/../sqlrelay/Makefile.common"
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
.endif
do-extract:
${MKDIR} ${WRKDIR}
${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
@ -42,4 +48,4 @@ post-patch:
-e 's,"1\.5" "1\.6" "2\.0" "2\.1",${PYTHON_VERSION:S/^python//},g;' \
${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.post.mk>