aboutsummaryrefslogtreecommitdiffstats
path: root/main/boost/uclibc-stdint.patch
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-02-19 08:39:16 +0000
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-02-19 08:39:16 +0000
commitb535bc8b6bb57100b82a96cfc8036b44352e30fc (patch)
tree31be403d6baa1479e97293ffc6b072e40c0c09e6 /main/boost/uclibc-stdint.patch
parent13e403edbd162d0ba72c8247277274c49e063766 (diff)
parentcd5234ffb565c96748944cc9a0438a2dcb23b134 (diff)
downloadaports-b535bc8b6bb57100b82a96cfc8036b44352e30fc.tar.bz2
aports-b535bc8b6bb57100b82a96cfc8036b44352e30fc.tar.xz
Merge branch 'master' of ssh://git.alpinelinux.org/gitroot/aports
Diffstat (limited to 'main/boost/uclibc-stdint.patch')
-rw-r--r--main/boost/uclibc-stdint.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/boost/uclibc-stdint.patch b/main/boost/uclibc-stdint.patch
new file mode 100644
index 0000000000..3aed6333d6
--- /dev/null
+++ b/main/boost/uclibc-stdint.patch
@@ -0,0 +1,13 @@
+--- 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
+