diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-03-02 10:57:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-03-02 10:57:46 +0000 |
commit | fb7cebe26924c02a851fda49fba74212baebb1e2 (patch) | |
tree | 2c026373e4494c4e2fd16db688535533b75ce79b /devel | |
parent | bdadb00203898f3f57bfb8f472d4c3c8a2416dba (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boost-libs/Makefile | 2 | ||||
-rw-r--r-- | devel/boost-libs/files/patch-boost__config__compiler__clang.hpp | 8 |
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 |