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

(-)/usr/home/zinn/ports/boost-libs/Makefile (+1 lines)
Lines 6-11 Link Here
6
#
6
#
7
7
8
PORTNAME=	boost-libs
8
PORTNAME=	boost-libs
9
PORTREVISION=	1
9
COMMENT=	Free portable C++ libraries (without Boost.Python)
10
COMMENT=	Free portable C++ libraries (without Boost.Python)
10
USE_BZIP2=	yes
11
USE_BZIP2=	yes
11
12
(-)/usr/home/zinn/ports/boost-libs/files/patch-libs_filesystem__v2__src__v2_path.cpp (+11 lines)
Line 0 Link Here
1
--- libs/filesystem/v2/src/v2_path.cpp.orig	2010-12-29 19:23:18.000000000 +0100
2
+++ libs/filesystem/v2/src/v2_path.cpp	2010-12-29 19:23:54.000000000 +0100
3
@@ -45,7 +45,7 @@
4
   {
5
 #if !defined(macintosh) && !defined(__APPLE__) && !defined(__APPLE_CC__) 
6
     // ISO C calls this "the locale-specific native environment":
7
-    static std::locale lc("");
8
+    static std::locale lc;
9
 #else  // Mac OS
10
     // "All BSD system functions expect their string parameters to be in UTF-8 encoding
11
     // and nothing else."
(-)/usr/home/zinn/ports/boost-libs/files/patch-libs_filesystem__v3__src__path.cpp (+11 lines)
Line 0 Link Here
1
--- libs/filesystem/v3/src/path.cpp.orig	2010-12-29 19:30:47.000000000 +0100
2
+++ libs/filesystem/v3/src/path.cpp	2010-12-29 19:31:36.000000000 +0100
3
@@ -760,7 +760,7 @@
4
 
5
 #   else
6
     // ISO C calls this "the locale-specific native environment":
7
-    return std::locale("");
8
+    return std::locale();
9
 
10
 #   endif
11
   }

Return to bug 153561