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/p5-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/p5-sqlrelay')
-rw-r--r-- | databases/p5-sqlrelay/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile index 1d853dbfab98..d8793476d9d8 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 \ |