aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-03-02 18:57:46 +0800
committerbapt <bapt@FreeBSD.org>2012-03-02 18:57:46 +0800
commitda5476e585557d77a8e8c21177983c025c358dd2 (patch)
tree840a2b740892861338c8a557bd25c0709f0d44da /devel
parentcbb451546084d14eb95f0a3d147218c1a2cb33cd (diff)
downloadfreebsd-ports-gnome-da5476e585557d77a8e8c21177983c025c358dd2.tar.gz
freebsd-ports-gnome-da5476e585557d77a8e8c21177983c025c358dd2.tar.zst
freebsd-ports-gnome-da5476e585557d77a8e8c21177983c025c358dd2.zip
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)
Diffstat (limited to 'devel')
-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
ault DEVRANOM support to on b/c mod_auth_digest is default onpgollucci2010-05-081-1/+2 * - FreeBSD doesn't use EGD sockets. Also the option handling doesn't honorpgollucci2010-05-081-12/+0 * 1/2: OPTIONS+= EGD and DEVRANDOMpgollucci2010-05-071-1/+25 * - Harden the OPTION processing to explicity enable/disable in BOTH cases.pgollucci2010-05-071-22/+22 * - Not yet compatiable with db50pgollucci2010-05-071-0/+1 * - Support DB48pgollucci2010-05-071-0/+129 * - Fix coredump when WITH_MYSQL=yes and WITH_MYSQL_VER=55pgollucci2010-05-061-1/+1 * - Make the OPTIONAL package build names more useful and versionpgollucci2010-05-061-3/+3 * 1/5: Update to apr 1.4.2pgollucci2010-05-065-14/+14 * --withX-sqlite is an apr-util option not aprpgollucci2010-04-301-2/+2