summaryrefslogtreecommitdiff
path: root/community-testing/mapnik/gcc47.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:58:03 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:58:03 -0300
commit650d60fc202a0e359c563e780daed98215ea4bd1 (patch)
tree878025adaa13f36ca6256cf397623648b690d608 /community-testing/mapnik/gcc47.patch
parentc07ca5cb71d277e9f2fd5c7b94cf8a0021bdfab5 (diff)
removed useless dirs
Diffstat (limited to 'community-testing/mapnik/gcc47.patch')
-rw-r--r--community-testing/mapnik/gcc47.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community-testing/mapnik/gcc47.patch b/community-testing/mapnik/gcc47.patch
deleted file mode 100644
index 0532e0c21..000000000
--- a/community-testing/mapnik/gcc47.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }
- };
- }