mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
BROKEN on amd64: Does not configure
This commit is contained in:
parent
2d944e5813
commit
56e7363667
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112881
@ -32,6 +32,12 @@ CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
|
|||||||
|
|
||||||
.include "${.CURDIR}/../sqlrelay/Makefile.common"
|
.include "${.CURDIR}/../sqlrelay/Makefile.common"
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "amd64"
|
||||||
|
BROKEN= "Configure fails on amd64"
|
||||||
|
.endif
|
||||||
|
|
||||||
do-extract:
|
do-extract:
|
||||||
${MKDIR} ${WRKDIR}
|
${MKDIR} ${WRKDIR}
|
||||||
${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
|
${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;' \
|
-e 's,"1\.5" "1\.6" "2\.0" "2\.1",${PYTHON_VERSION:S/^python//},g;' \
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user