ports/devel/boost-libs/files/patch-boost__config__compiler__clang.hpp
Baptiste Daroussin fb7cebe269 add BOOST_HAS_LONG_LONG to clang.hpp this fix code using boost and being built with clang
Also reported and comitted upstream (https://svn.boost.org/trac/boost/ticket/6636 thanks dim@)

PR:		ports/165567
Submitted by:	bapt@ (myself)
Approved by:	Alexander Churanov <alexanderchuranov@gmail.com> (maintainer) miwi@ (responsible of the PR)
2012-03-02 10:57:46 +00:00

8 lines
276 B
C++

--- ./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