diff options
author | 2008-09-25 05:42:06 +0000 | |
---|---|---|
committer | 2008-09-25 05:42:06 +0000 | |
commit | cb7e9bf9cd89dfaaa3bda58ff77942a1336a1ada (patch) | |
tree | bf7830bf659359be4618d5c060df26266ebd4f28 /sci-geosciences/mapnik/files | |
parent | Version bump (diff) | |
download | historical-cb7e9bf9cd89dfaaa3bda58ff77942a1336a1ada.tar.gz historical-cb7e9bf9cd89dfaaa3bda58ff77942a1336a1ada.tar.bz2 historical-cb7e9bf9cd89dfaaa3bda58ff77942a1336a1ada.zip |
New mapping toolkit supporting gpsdrive, as well as general mapping.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26.5 x86_64
Diffstat (limited to 'sci-geosciences/mapnik/files')
-rw-r--r-- | sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch b/sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch new file mode 100644 index 000000000000..f2f5f3536ad5 --- /dev/null +++ b/sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch @@ -0,0 +1,13 @@ +--- include/mapnik/plugin.hpp.orig 2008-09-21 16:43:15.368310392 -0700 ++++ include/mapnik/plugin.hpp 2008-09-21 16:45:29.859309106 -0700 +@@ -29,7 +29,9 @@ + // stl + #include <string> + +-typedef struct lt_dlhandle_struct * lt_dlhandle; ++// ltdl ++#include <ltdl.h> ++ + namespace mapnik + { + class PluginInfo : boost::noncopyable |