diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 15:07:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 15:07:27 +0000 |
commit | cb095376b4c37f9edf2960c5597c46a14f244da2 (patch) | |
tree | db02cbbcb1fd9a2126038a670a9f5499fffbf5c8 /databases/iodbc/Makefile | |
parent | ce19bd233ed1822de0fb344bff348a5ac0512d0a (diff) | |
download | pkgsrc-cb095376b4c37f9edf2960c5597c46a14f244da2.tar.gz |
No more PKGLIBTOOL.
LTCONFIG_OVERRIDE -> minus one patch.
Diffstat (limited to 'databases/iodbc/Makefile')
-rw-r--r-- | databases/iodbc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/iodbc/Makefile b/databases/iodbc/Makefile index 0c46a82346c..913ed26a765 100644 --- a/databases/iodbc/Makefile +++ b/databases/iodbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:19 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/14 15:07:27 wiz Exp $ # DISTNAME= libiodbc-2.50.3 @@ -10,7 +10,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.iodbc.org/ GNU_CONFIGURE= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --with-iodbc-inidir=/etc |