aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-03-02 10:57:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-03-02 10:57:46 +0000
commitfb7cebe26924c02a851fda49fba74212baebb1e2 (patch)
tree2c026373e4494c4e2fd16db688535533b75ce79b /devel/boost-libs
parentbdadb00203898f3f57bfb8f472d4c3c8a2416dba (diff)
downloadports-fb7cebe26924c02a851fda49fba74212baebb1e2.tar.gz
ports-fb7cebe26924c02a851fda49fba74212baebb1e2.zip
Notes
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