summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-08-21 12:25:42 +0000
committerarved <arved@FreeBSD.org>2004-08-21 12:25:42 +0000
commit1e7588c3c1b8b0c24c0af49f4cae45016c5829c4 (patch)
tree44229e0e1433ed03165c5600d8fff620c7ea93d7 /databases
parentf23a9c3217368289b91755541871ab20cc4f3f74 (diff)
downloadFreeBSD-ports-1e7588c3c1b8b0c24c0af49f4cae45016c5829c4.zip
FreeBSD-ports-1e7588c3c1b8b0c24c0af49f4cae45016c5829c4.tar.gz
Detect amd64 by using config.sub and config.guess from TEMPLATES
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-sqlrelay/Makefile2
-rw-r--r--databases/php-sqlrelay/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile
index 1d853db..d879347 100644
--- a/databases/p5-sqlrelay/Makefile
+++ b/databases/p5-sqlrelay/Makefile
@@ -41,6 +41,8 @@ do-extract:
${MKDIR} ${WRKDIR}
${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
${RM} -f ${WRKSRC}/config.cache
+ ${CP} ${TEMPLATES}/config.sub ${WRKSRC}
+ ${CP} ${TEMPLATES}/config.guess ${WRKSRC}
do-build:
for dir in ${WRKSRC}/src/api/perl/*; do \
diff --git a/databases/php-sqlrelay/Makefile b/databases/php-sqlrelay/Makefile
index b70d1e1..07dd809 100644
--- a/databases/php-sqlrelay/Makefile
+++ b/databases/php-sqlrelay/Makefile
@@ -35,14 +35,12 @@ 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}
${RM} -f ${WRKSRC}/config.cache
+ ${CP} ${TEMPLATES}/config.sub ${WRKSRC}
+ ${CP} ${TEMPLATES}/config.guess ${WRKSRC}
pre-install:
${MKDIR} `php-config --extension-dir`
OpenPOWER on IntegriCloud