summaryrefslogtreecommitdiff
path: root/community-staging/mapnik/gcc47.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
commitb2c353d874b85e06f355a9419852e2616613c7d0 (patch)
treef0773e0a930d308198ef5036d4f74e7f53015e6e /community-staging/mapnik/gcc47.patch
parent0a24fb835cac4007388213ad0afb15257b035b14 (diff)
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'community-staging/mapnik/gcc47.patch')
-rw-r--r--community-staging/mapnik/gcc47.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community-staging/mapnik/gcc47.patch b/community-staging/mapnik/gcc47.patch
deleted file mode 100644
index 0532e0c21..000000000
--- a/community-staging/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);
- }
- };
- }