diff options
Diffstat (limited to 'sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch')
-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 |