diff options
author | SADA Kenji <sada@FreeBSD.org> | 2004-03-24 15:11:57 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2004-03-24 15:11:57 +0000 |
commit | c3894fb222e79134d6018ef0c8b0ff57d7111165 (patch) | |
tree | 70bb2bf51a700e46e46b47c5f8bfd7cbc1984079 /databases/firebird-client | |
parent | ff5a0f5d4129ef07e681de0c5336cca488adcc42 (diff) | |
download | ports-c3894fb222e79134d6018ef0c8b0ff57d7111165.tar.gz ports-c3894fb222e79134d6018ef0c8b0ff57d7111165.zip |
Notes
Diffstat (limited to 'databases/firebird-client')
-rw-r--r-- | databases/firebird-client/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index f3122bb35f60..30675462d2be 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -53,6 +53,12 @@ pre-everything:: @sleep 10 .endif +patch-libtool: + @${DO_NADA} + +run-autotools: + @${DO_NADA} + do-configure: @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ LIBTOOL=libtool13 LIBTOOLIZE=libtoolize13 ./autogen.sh \ |