Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/glpk/files: glpk-4.52.1-mariadb-5.5.patch
Date: Wed, 05 Feb 2014 21:54:37
Message-Id: 20140205215433.CED462004E@flycatcher.gentoo.org
1 bicatali 14/02/05 21:54:33
2
3 Added: glpk-4.52.1-mariadb-5.5.patch
4 Log:
5 Fixed bug #420095 when mariadb is selected, thanks Dennis Schridde for his patch
6
7 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.1 sci-mathematics/glpk/files/glpk-4.52.1-mariadb-5.5.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/files/glpk-4.52.1-mariadb-5.5.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/files/glpk-4.52.1-mariadb-5.5.patch?rev=1.1&content-type=text/plain
14
15 Index: glpk-4.52.1-mariadb-5.5.patch
16 ===================================================================
17 --- glpk-4.52.1/src/glpsql.c.orig 2014-02-05 22:14:21.487843989 +0100
18 +++ glpk-4.52.1/src/glpsql.c 2014-02-05 22:14:32.764510562 +0100
19 @@ -1106,8 +1106,6 @@
20 #define byte_defined 1
21 #endif
22
23 -#include <my_global.h>
24 -#include <my_sys.h>
25 #include <mysql.h>
26
27 struct db_mysql