pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/unixodbc USE_TOOLS+=flex; without this, libo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f021d8715cbd
branches:  trunk
changeset: 502843:f021d8715cbd
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Nov 09 21:21:10 2005 +0000

description:
USE_TOOLS+=flex; without this, libodbctxt.la (without the 'S') is not built.
Bump PKGREVISION.

diffstat:

 databases/unixodbc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ab01793a21d7 -r f021d8715cbd databases/unixodbc/Makefile
--- a/databases/unixodbc/Makefile       Wed Nov 09 21:04:57 2005 +0000
+++ b/databases/unixodbc/Makefile       Wed Nov 09 21:21:10 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/10/15 11:54:10 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/11/09 21:21:10 tv Exp $
 
 PKGNAME=               unixodbc-${ODBC_BASE_VERS}
-PKGREVISION=           4
+PKGREVISION=           5
 COMMENT=               ODBC 2.x/3.x driver manager
 
 CONFLICTS+=            iodbc-[0-9]*
@@ -9,6 +9,7 @@
 .include "../../databases/unixodbc/Makefile.common"
 
 USE_PKGINSTALL=                yes
+USE_TOOLS+=            flex # to get libodbctxt.la
 CONFIGURE_ARGS+=       --disable-gui
 
 PLIST_SUBST+=          UNIXODBC_DRIVERS_DIR=${UNIXODBC_DRIVERS_DIR}



Home | Main Index | Thread Index | Old Index