boost: moved to github
[packages.git] / libs / boost / patches / 200-cstdint_missing_include.patch
diff --git a/libs/boost/patches/200-cstdint_missing_include.patch b/libs/boost/patches/200-cstdint_missing_include.patch
deleted file mode 100644 (file)
index 4cb778d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/libs/context/src/fcontext.cpp.new        2012-12-11 17:59:59.349131458 +0100
-+++ b/libs/context/src/fcontext.cpp    2012-12-11 18:00:06.925131652 +0100
-@@ -9,6 +9,9 @@
- #include <boost/context/fcontext.hpp>
- #include <cstddef>
-+extern "C" {
-+#include <stdint.h>
-+}
- #ifdef BOOST_HAS_ABI_HEADERS
- #  include BOOST_ABI_PREFIX