diff options
author | arved <arved@FreeBSD.org> | 2004-08-21 20:25:42 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-21 20:25:42 +0800 |
commit | 1e7588c3c1b8b0c24c0af49f4cae45016c5829c4 (patch) | |
tree | 44229e0e1433ed03165c5600d8fff620c7ea93d7 /databases/php-sqlrelay | |
parent | f23a9c3217368289b91755541871ab20cc4f3f74 (diff) | |
download | freebsd-ports-gnome-1e7588c3c1b8b0c24c0af49f4cae45016c5829c4.tar.gz freebsd-ports-gnome-1e7588c3c1b8b0c24c0af49f4cae45016c5829c4.tar.zst freebsd-ports-gnome-1e7588c3c1b8b0c24c0af49f4cae45016c5829c4.zip |
Detect amd64 by using config.sub and config.guess from TEMPLATES
Diffstat (limited to 'databases/php-sqlrelay')
-rw-r--r-- | databases/php-sqlrelay/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/php-sqlrelay/Makefile b/databases/php-sqlrelay/Makefile index b70d1e1ab1ce..07dd809b3cbe 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` |