Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview-bonobo/files: gtkmathview-bonobo-0.0.4-gentoo.patch
Date: Mon, 24 Nov 2008 10:16:43
Message-Id: E1L4YUj-0007eh-1z@stork.gentoo.org
1 matsuu 08/11/24 10:16:41
2
3 Added: gtkmathview-bonobo-0.0.4-gentoo.patch
4 Log:
5 Fixed dependency, bug #248539.
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r2 x86_64)
7
8 Revision Changes Path
9 1.1 x11-libs/gtkmathview-bonobo/files/gtkmathview-bonobo-0.0.4-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview-bonobo/files/gtkmathview-bonobo-0.0.4-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtkmathview-bonobo/files/gtkmathview-bonobo-0.0.4-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: gtkmathview-bonobo-0.0.4-gentoo.patch
15 ===================================================================
16 diff -Naur gtkmathview-bonobo-0.0.4.orig/src/aux.cc gtkmathview-bonobo-0.0.4/src/aux.cc
17 --- gtkmathview-bonobo-0.0.4.orig/src/aux.cc 2003-10-05 16:44:09.000000000 +0900
18 +++ gtkmathview-bonobo-0.0.4/src/aux.cc 2008-11-24 19:04:15.000000000 +0900
19 @@ -24,6 +24,7 @@
20 #include <config.h>
21
22 #include <cassert>
23 +#include <cstdlib>
24
25 #include <sstream>
26
27 @@ -34,8 +35,6 @@
28
29 #include "aux.h"
30
31 -#define MATHML_NS_URI "http://www.w3.org/1998/Math/MathML"
32 -
33 namespace DOM = GdomeSmartDOM;
34
35 static DOM::Element
36 diff -Naur gtkmathview-bonobo-0.0.4.orig/src/aux.h gtkmathview-bonobo-0.0.4/src/aux.h
37 --- gtkmathview-bonobo-0.0.4.orig/src/aux.h 2003-09-14 00:17:10.000000000 +0900
38 +++ gtkmathview-bonobo-0.0.4/src/aux.h 2008-11-24 19:03:55.000000000 +0900
39 @@ -26,6 +26,8 @@
40
41 #include <gdome.h>
42
43 +#define MATHML_NS_URI "http://www.w3.org/1998/Math/MathML"
44 +
45 #ifdef __cplusplus
46 extern "C" {
47 #endif
48 diff -Naur gtkmathview-bonobo-0.0.4.orig/src/control-factory.c gtkmathview-bonobo-0.0.4/src/control-factory.c
49 --- gtkmathview-bonobo-0.0.4.orig/src/control-factory.c 2004-05-22 01:06:26.000000000 +0900
50 +++ gtkmathview-bonobo-0.0.4/src/control-factory.c 2008-11-24 19:04:39.000000000 +0900
51 @@ -33,6 +33,7 @@
52 #include "persist-stream.h"
53 #include "handlers.h"
54 #include "view.h"
55 +#include "aux.h"
56
57 enum
58 {