Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql++/files: mysql++-2.3.2-gcc-4.3.patch
Date: Mon, 21 Apr 2008 03:00:53
Message-Id: E1JnmGw-0003U1-VK@stork.gentoo.org
1 dirtyepic 08/04/21 03:00:50
2
3 Added: mysql++-2.3.2-gcc-4.3.patch
4 Log:
5 Add patch for GCC 4.3. Fix quoting issues.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.1 dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: mysql++-2.3.2-gcc-4.3.patch
15 ===================================================================
16 diff -Naur mysql++-2.3.2-orig/lib/const_string.h mysql++-2.3.2/lib/const_string.h
17 --- mysql++-2.3.2-orig/lib/const_string.h 2008-03-22 16:16:39.000000000 -0600
18 +++ mysql++-2.3.2/lib/const_string.h 2008-03-22 16:18:47.000000000 -0600
19 @@ -35,6 +35,7 @@
20 #include <iostream>
21 #include <stdexcept>
22 #include <string>
23 +#include <cstring>
24
25 namespace mysqlpp {
26
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list