From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- .../mapnik-2.1.0-compile-fix-for-boost-1.53.patch | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 community/mapnik/mapnik-2.1.0-compile-fix-for-boost-1.53.patch (limited to 'community/mapnik/mapnik-2.1.0-compile-fix-for-boost-1.53.patch') diff --git a/community/mapnik/mapnik-2.1.0-compile-fix-for-boost-1.53.patch b/community/mapnik/mapnik-2.1.0-compile-fix-for-boost-1.53.patch deleted file mode 100644 index 00b37c08f..000000000 --- a/community/mapnik/mapnik-2.1.0-compile-fix-for-boost-1.53.patch +++ /dev/null @@ -1,36 +0,0 @@ -From cf70b9959a45b9ab6af4a34824a5e4e80ce1d05c Mon Sep 17 00:00:00 2001 -From: Dane Springmeyer -Date: Sun, 10 Feb 2013 07:24:35 -0800 -Subject: [PATCH] fix compile of json feature_collection grammar when building - against >= boost 1.52 - refs #1658 and #1716 - ---- - src/json/feature_collection_parser.cpp | 7 ++++++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -diff --git a/src/json/feature_collection_parser.cpp b/src/json/feature_collection_parser.cpp -index 3faeda7..51ad824 100644 ---- a/src/json/feature_collection_parser.cpp -+++ b/src/json/feature_collection_parser.cpp -@@ -20,12 +20,17 @@ - * - *****************************************************************************/ - -+// TODO https://github.com/mapnik/mapnik/issues/1658 -+#include -+#if BOOST_VERSION >= 105200 -+#define BOOST_SPIRIT_USE_PHOENIX_V3 -+#endif -+ - // mapnik - #include - #include - - // boost --#include - #include - #include - --- -1.8.1.5 - -- cgit v1.2.3-54-g00ecf