summaryrefslogtreecommitdiff
path: root/libcdr/libcdr-0.0.13.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libcdr/libcdr-0.0.13.patch')
-rw-r--r--libcdr/libcdr-0.0.13.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/libcdr/libcdr-0.0.13.patch b/libcdr/libcdr-0.0.13.patch
deleted file mode 100644
index 806437b94137..000000000000
--- a/libcdr/libcdr-0.0.13.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/lib/CDRParser.cpp
-+++ b/src/lib/CDRParser.cpp
-@@ -32,6 +32,9 @@
- #include <string.h>
- #include <sstream>
- #include <set>
-+#ifndef BOOST_ALL_NO_LIB
-+#define BOOST_ALL_NO_LIB 1
-+#endif
- #include <boost/property_tree/json_parser.hpp>
- #include <boost/property_tree/ptree.hpp>
- #include <boost/spirit/include/classic.hpp>
-@@ -3095,7 +3098,6 @@
- if (!fflag1)
- input->seek(8, WPX_SEEK_CUR);
- unsigned stlId = readU32(input);
-- printf("Fridrich %x\n", stlId);
- unsigned numSt = readU32(input);
- unsigned i = 0;
- std::map<unsigned, CDRCharacterStyle> charStyles;