diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-23 11:50:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-23 11:50:24 +0000 |
commit | afd8b94a400d52f3df122711c097119b2de92d1e (patch) | |
tree | 6b23224835cc41a6b414aa82231861c6ba8fd415 /main/boost/stdint.patch | |
parent | f116ec22f9bc36412d202acd3d1419db97f8f7bc (diff) | |
download | aports-afd8b94a400d52f3df122711c097119b2de92d1e.tar.bz2 aports-afd8b94a400d52f3df122711c097119b2de92d1e.tar.xz |
main/boost: upgrade to 1.53.0
Diffstat (limited to 'main/boost/stdint.patch')
-rw-r--r-- | main/boost/stdint.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/boost/stdint.patch b/main/boost/stdint.patch new file mode 100644 index 0000000000..65e838d3ad --- /dev/null +++ b/main/boost/stdint.patch @@ -0,0 +1,13 @@ +--- ./boost/atomic/atomic.hpp.orig 2013-04-23 11:44:45.556751918 +0000 ++++ ./boost/atomic/atomic.hpp 2013-04-23 11:45:44.944031100 +0000 +@@ -8,6 +8,10 @@ + // http://www.boost.org/LICENSE_1_0.txt) + + #include <cstddef> ++extern "C" { ++#include <stdint.h> ++} ++ + #include <boost/cstdint.hpp> + + #include <boost/memory_order.hpp> |