mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
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)
8 lines
276 B
C++
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
|