diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-02-05 21:54:33 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-02-05 21:54:33 +0000 |
commit | 8bc431775fa3e8b73d7f762ecb1416207008f15a (patch) | |
tree | 19b138b2be97c22193d8a881902129f6b389287b /sci-mathematics/glpk/files | |
parent | Version bump (bug #500312 by Dirkjan Ochtman). (diff) | |
download | gentoo-2-8bc431775fa3e8b73d7f762ecb1416207008f15a.tar.gz gentoo-2-8bc431775fa3e8b73d7f762ecb1416207008f15a.tar.bz2 gentoo-2-8bc431775fa3e8b73d7f762ecb1416207008f15a.zip |
Fixed bug #420095 when mariadb is selected, thanks Dennis Schridde for his patch
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-mathematics/glpk/files')
-rw-r--r-- | sci-mathematics/glpk/files/glpk-4.52.1-mariadb-5.5.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-mathematics/glpk/files/glpk-4.52.1-mariadb-5.5.patch b/sci-mathematics/glpk/files/glpk-4.52.1-mariadb-5.5.patch new file mode 100644 index 000000000000..06aa8e5de95c --- /dev/null +++ b/sci-mathematics/glpk/files/glpk-4.52.1-mariadb-5.5.patch @@ -0,0 +1,11 @@ +--- glpk-4.52.1/src/glpsql.c.orig 2014-02-05 22:14:21.487843989 +0100 ++++ glpk-4.52.1/src/glpsql.c 2014-02-05 22:14:32.764510562 +0100 +@@ -1106,8 +1106,6 @@ + #define byte_defined 1 + #endif + +-#include <my_global.h> +-#include <my_sys.h> + #include <mysql.h> + + struct db_mysql |