aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile2
-rw-r--r--devel/boost-libs/files/patch-boost__config__compiler__clang.hpp8
2 files changed, 9 insertions, 1 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 144f464ff428..692515c37a4b 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= boost-libs
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= Free portable C++ libraries (without Boost.Python)
USE_BZIP2= yes
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