Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/sqliteodbc/files: sqliteodbc-0.77-iodbc.patch sqliteodbc-0.64-gentoo.patch
Date: Tue, 14 Oct 2008 03:15:07
Message-Id: E1KpaNF-00071O-FI@stork.gentoo.org
1 darkside 08/10/14 03:15:05
2
3 Added: sqliteodbc-0.77-iodbc.patch
4 Removed: sqliteodbc-0.64-gentoo.patch
5 Log:
6 (non maintainer commit) remove old, broke versions. Add new version from Ingo Bormuth in bug #162180
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo x86_64)
8
9 Revision Changes Path
10 1.1 dev-db/sqliteodbc/files/sqliteodbc-0.77-iodbc.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqliteodbc/files/sqliteodbc-0.77-iodbc.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/sqliteodbc/files/sqliteodbc-0.77-iodbc.patch?rev=1.1&content-type=text/plain
14
15 Index: sqliteodbc-0.77-iodbc.patch
16 ===================================================================
17 --- sqliteodbc-0.77/configure.in.orig 2008-07-19 14:10:18.000000000 +0300
18 +++ sqliteodbc-0.77/configure.in 2008-07-19 14:11:06.000000000 +0300
19 @@ -273,7 +273,7 @@
20 for i in $ODBC_DIR ; do
21 if test -r "$i/include/iodbc/sql.h" -o -r "$i/include/sql.h" ; then
22 if test -r "$i/include/iodbc/iodbcinst.h" ; then
23 - ODBC_FLAGS="-DHAVE_IODBC=1 -I$i/iodbc/include"
24 + ODBC_FLAGS="-DHAVE_IODBC=1 -I$i/include/iodbc"
25 if test -r "$i/lib/libiodbcinst.la" ; then
26 ODBC_LIB="$i/lib/libiodbcinst.la"
27 else