diff options
Diffstat (limited to 'databases/firebird20-server')
-rw-r--r-- | databases/firebird20-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index ca52ed5..79cfdd6 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -61,8 +61,8 @@ run-autotools: do-configure: @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - LIBTOOL=libtool13 LIBTOOLIZE=libtoolize13 ./autogen.sh \ - --prefix=${PREFIX}/firebird --with-lock-manager --with-editline) + ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ + --with-lock-manager --with-editline) do-build: @( \ |