Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gmetadom/files: gmetadom-0.2.6-gcc43.patch
Date: Sat, 10 May 2008 03:36:38
Message-Id: E1Jufsx-0007qE-Ov@stork.gentoo.org
1 halcy0n 08/05/10 03:36:35
2
3 Added: gmetadom-0.2.6-gcc43.patch
4 Log:
5 Patch to fix compilation with gcc-4.3 by Peter Alfredsen <peter DOT alfredsen AT gmail DOT com>; bug #217667
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.1 dev-libs/gmetadom/files/gmetadom-0.2.6-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gmetadom/files/gmetadom-0.2.6-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gmetadom/files/gmetadom-0.2.6-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: gmetadom-0.2.6-gcc43.patch
15 ===================================================================
16 #! /bin/sh /usr/share/dpatch/dpatch-run
17 ## 01_gcc43-fix.dpatch by Michael Bienia <geser@××××××.com>
18 ##
19 ## All lines beginning with `## DP:' are a description of the patch.
20 ## DP: No description.
21
22 @DPATCH@
23 diff -urNad gmetadom-0.2.5-3ubuntu1~/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh gmetadom-0.2.5-3ubuntu1/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh
24 --- gmetadom-0.2.5-3ubuntu1~/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh 2007-11-21 18:27:08.000000000 +0100
25 +++ gmetadom-0.2.5-3ubuntu1/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh 2007-11-28 12:16:00.000000000 +0100
26 @@ -26,6 +26,7 @@
27 */
28
29 #include <string>
30 +#include <cstring>
31
32 #include "GdomeSmartDOMChar.hh"
33
34
35
36
37 --
38 gentoo-commits@l.g.o mailing list