Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/courier-authlib/files: courier-authlib-0.65.0-sqlite.patch
Date: Fri, 01 Mar 2013 10:28:44
Message-Id: 20130301102840.1BE4F2171D@flycatcher.gentoo.org
1 eras 13/03/01 10:28:40
2
3 Modified: courier-authlib-0.65.0-sqlite.patch
4 Log:
5 Fix building with -sqlite mysql - bug #459772
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.2 net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch?r1=1.1&r2=1.2
15
16 Index: courier-authlib-0.65.0-sqlite.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/files/courier-authlib-0.65.0-sqlite.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- courier-authlib-0.65.0-sqlite.patch 17 Oct 2012 12:41:17 -0000 1.1
23 +++ courier-authlib-0.65.0-sqlite.patch 1 Mar 2013 10:28:39 -0000 1.2
24 @@ -9,3 +9,27 @@
25 then
26 SQLITE_LIBS=""
27 SQLITE_CFLAGS=""
28 +--- authsqlite.h 2012-10-03 19:54:10.000000000 +0300
29 ++++ authsqlite.h 2013-03-01 12:03:16.834315060 +0200
30 +@@ -6,7 +6,9 @@
31 + #include <string.h>
32 + #include <sys/types.h>
33 + #include <sqlite3.h>
34 ++/*
35 + #include <errmsg.h>
36 ++*/
37 +
38 + struct authsqliteuserinfo {
39 + char *username;
40 +--- authsqlitelib.c 2012-10-04 05:48:21.000000000 +0300
41 ++++ authsqlitelib.c 2013-03-01 12:03:00.801437111 +0200
42 +@@ -10,7 +10,9 @@
43 + #include <ctype.h>
44 + #include <sys/types.h>
45 + #include <sys/stat.h>
46 ++/*
47 + #include <mysql.h>
48 ++*/
49 + #include <time.h>
50 +
51 + #include "authsqlite.h"