aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-08-21 20:15:12 +0800
committerarved <arved@FreeBSD.org>2004-08-21 20:15:12 +0800
commit5070502e82a1b9852576f01352ba97a93bf43300 (patch)
treefb0c3e544e030dcb83b78349835133c5b744acdf /databases
parent36149c6998c3b76dca060a64451e9df994f1a794 (diff)
downloadfreebsd-ports-gnome-5070502e82a1b9852576f01352ba97a93bf43300.tar.gz
freebsd-ports-gnome-5070502e82a1b9852576f01352ba97a93bf43300.tar.zst
freebsd-ports-gnome-5070502e82a1b9852576f01352ba97a93bf43300.zip
Detect amd64 by using config.sub and config.guess from TEMPLATES
Diffstat (limited to 'databases')
-rw-r--r--databases/py-sqlrelay/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile
index fcc43264559d..2e288c87b091 100644
--- a/databases/py-sqlrelay/Makefile
+++ b/databases/py-sqlrelay/Makefile
@@ -34,10 +34,6 @@ CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= "Configure fails on amd64"
-.endif
-
do-extract:
${MKDIR} ${WRKDIR}
${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
@@ -47,5 +43,7 @@ post-patch:
${PERL} -i -p \
-e 's,"1\.5" "1\.6" "2\.0" "2\.1",${PYTHON_VERSION:S/^python//},g;' \
${WRKSRC}/configure
+ ${CP} ${TEMPLATES}/config.sub ${WRKSRC}
+ ${CP} ${TEMPLATES}/config.guess ${WRKSRC}
.include <bsd.port.post.mk>