View | Details | Raw Unified | Return to bug 165567
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	boost-libs
8
PORTNAME=	boost-libs
9
PORTREVISION=	1
9
PORTREVISION=	2
10
COMMENT=	Free portable C++ libraries (without Boost.Python)
10
COMMENT=	Free portable C++ libraries (without Boost.Python)
11
USE_BZIP2=	yes
11
USE_BZIP2=	yes
12
12
(-)files/patch-boost__config__compiler__clang.hpp (+8 lines)
Added Link Here
1
--- ./boost/config/compiler/clang.hpp.orig	2010-10-01 11:19:44.000000000 +0200
2
+++ ./boost/config/compiler/clang.hpp	2012-02-29 15:20:25.157457434 +0100
3
@@ -60,4 +60,4 @@
4
 
5
 // Macro used to identify the Clang compiler.
6
 #define BOOST_CLANG 1
7
-
8
+#define BOOST_HAS_LONG_LONG 1

Return to bug 165567