diff options
Diffstat (limited to 'devel/boost-libs/files/patch-boost__config__compiler__clang.hpp')
-rw-r--r-- | devel/boost-libs/files/patch-boost__config__compiler__clang.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/boost-libs/files/patch-boost__config__compiler__clang.hpp b/devel/boost-libs/files/patch-boost__config__compiler__clang.hpp new file mode 100644 index 000000000000..df38c68d61f5 --- /dev/null +++ b/devel/boost-libs/files/patch-boost__config__compiler__clang.hpp @@ -0,0 +1,8 @@ +--- ./boost/config/compiler/clang.hpp.orig 2010-10-01 11:19:44.000000000 +0200 ++++ ./boost/config/compiler/clang.hpp 2012-02-29 15:20:25.157457434 +0100 +@@ -60,4 +60,4 @@ + + // Macro used to identify the Clang compiler. + #define BOOST_CLANG 1 +- ++#define BOOST_HAS_LONG_LONG 1 |