From 56e736366723452570977d55a24208b50c9640ab Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 3 Jul 2004 23:56:37 +0000 Subject: BROKEN on amd64: Does not configure --- databases/py-sqlrelay/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'databases/py-sqlrelay') diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile index 4e5049770be6..fcc43264559d 100644 --- a/databases/py-sqlrelay/Makefile +++ b/databases/py-sqlrelay/Makefile @@ -32,6 +32,12 @@ CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ .include "${.CURDIR}/../sqlrelay/Makefile.common" +.include + +.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 +.include -- cgit v1.2.3