summaryrefslogtreecommitdiff
path: root/pcr/lv2-c++-tools/lv2-c++-tools-boost-1.50.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/lv2-c++-tools/lv2-c++-tools-boost-1.50.patch')
-rw-r--r--pcr/lv2-c++-tools/lv2-c++-tools-boost-1.50.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/pcr/lv2-c++-tools/lv2-c++-tools-boost-1.50.patch b/pcr/lv2-c++-tools/lv2-c++-tools-boost-1.50.patch
deleted file mode 100644
index 85d3e32da..000000000
--- a/pcr/lv2-c++-tools/lv2-c++-tools-boost-1.50.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -aur lv2-c++-tools-1.0.4/libraries/paq/turtleparser.cpp lv2-c++-tools-1.0.4.patched/libraries/paq/turtleparser.cpp
---- lv2-c++-tools-1.0.4/libraries/paq/turtleparser.cpp 2011-02-27 13:34:39.000000000 +0100
-+++ lv2-c++-tools-1.0.4.patched/libraries/paq/turtleparser.cpp 2012-09-27 16:41:39.925303056 +0200
-@@ -28,7 +28,7 @@
- #include <fcntl.h>
- #include <unistd.h>
-
--#include <boost/spirit/dynamic.hpp>
-+#include <boost/spirit/include/classic_dynamic.hpp>
-
- #include "turtleparser.hpp"
-
-diff -aur lv2-c++-tools-1.0.4/libraries/paq/turtleparser.hpp lv2-c++-tools-1.0.4.patched/libraries/paq/turtleparser.hpp
---- lv2-c++-tools-1.0.4/libraries/paq/turtleparser.hpp 2011-02-27 13:34:39.000000000 +0100
-+++ lv2-c++-tools-1.0.4.patched/libraries/paq/turtleparser.hpp 2012-09-27 16:41:39.925303056 +0200
-@@ -23,10 +23,10 @@
- #ifndef TURTLEPARSER_HPP
- #define TURTLEPARSER_HPP
-
--#include <boost/spirit/core.hpp>
--#include <boost/spirit/utility.hpp>
--#include <boost/spirit/tree/parse_tree.hpp>
--#include <boost/spirit/tree/ast.hpp>
-+#include <boost/spirit/include/classic_core.hpp>
-+#include <boost/spirit/include/classic_utility.hpp>
-+#include <boost/spirit/include/classic_parse_tree.hpp>
-+#include <boost/spirit/include/classic_ast.hpp>
-
- #include <algorithm>
- #include <iostream>
-diff -aur lv2-c++-tools-1.0.4/libraries/paq/unicode.hpp lv2-c++-tools-1.0.4.patched/libraries/paq/unicode.hpp
---- lv2-c++-tools-1.0.4/libraries/paq/unicode.hpp 2011-02-27 13:34:39.000000000 +0100
-+++ lv2-c++-tools-1.0.4.patched/libraries/paq/unicode.hpp 2012-09-27 16:42:00.818959807 +0200
-@@ -29,7 +29,7 @@
-
-
- using namespace std;
--using namespace boost::spirit;
-+using namespace boost::spirit::classic;
-
-
- template <typename ScannerT>