summaryrefslogtreecommitdiff
path: root/community-staging/mapnik/gcc47.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/mapnik/gcc47.patch')
-rw-r--r--community-staging/mapnik/gcc47.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community-staging/mapnik/gcc47.patch b/community-staging/mapnik/gcc47.patch
new file mode 100644
index 000000000..0532e0c21
--- /dev/null
+++ b/community-staging/mapnik/gcc47.patch
@@ -0,0 +1,11 @@
+--- mapnik-0.7.1/include/mapnik/factory.hpp~ 2010-03-22 16:40:04.000000000 +0000
++++ mapnik-0.7.1/include/mapnik/factory.hpp 2012-04-05 15:55:13.460191219 +0000
+@@ -84,7 +84,7 @@
+ {
+ return (pos->second)(file);
+ }
+- return on_unknown_type(key);
++ return this->on_unknown_type(key);
+ }
+ };
+ }