]> git.donarmstrong.com Git - flightcrew.git/blobdiff - debian/patches/use_system_boost_library_in_utf8cpp
add initial packaging of debian files including patches
[flightcrew.git] / debian / patches / use_system_boost_library_in_utf8cpp
diff --git a/debian/patches/use_system_boost_library_in_utf8cpp b/debian/patches/use_system_boost_library_in_utf8cpp
new file mode 100644 (file)
index 0000000..e98f478
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/src/utf8-cpp/utf8/core.h
++++ b/src/utf8-cpp/utf8/core.h
+@@ -29,7 +29,7 @@
+ #define UTF8_FOR_CPP_CORE_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
+ #include <iterator>
+-#include "../../BoostParts/boost/cstdint.hpp"
++#include <boost/cstdint.hpp>
+ namespace utf8
+ {