Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapnik/files: mapnik-0.5.1-include-fix.patch
Date: Thu, 25 Sep 2008 05:42:09
Message-Id: E1Kijc6-0002cw-Oi@stork.gentoo.org
1 nerdboy 08/09/25 05:42:06
2
3 Added: mapnik-0.5.1-include-fix.patch
4 Log:
5 New mapping toolkit supporting gpsdrive, as well as general mapping.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.1 sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: mapnik-0.5.1-include-fix.patch
15 ===================================================================
16 --- include/mapnik/plugin.hpp.orig 2008-09-21 16:43:15.368310392 -0700
17 +++ include/mapnik/plugin.hpp 2008-09-21 16:45:29.859309106 -0700
18 @@ -29,7 +29,9 @@
19 // stl
20 #include <string>
21
22 -typedef struct lt_dlhandle_struct * lt_dlhandle;
23 +// ltdl
24 +#include <ltdl.h>
25 +
26 namespace mapnik
27 {
28 class PluginInfo : boost::noncopyable