SHA256
8
0
forked from pool/boost
Philipp Thomas
2010-04-20 16:20:54 +00:00
committed by Git OBS Bridge
parent 529c03d00f
commit c76cf89cd6
26 changed files with 1276 additions and 935 deletions

26
boost-fix_ICU_test.patch Normal file
View File

@@ -0,0 +1,26 @@
Index: libs/regex/build/Jamfile.v2
===================================================================
--- libs/regex/build/Jamfile.v2.orig 2010-03-30 17:10:54.671004744 +0200
+++ libs/regex/build/Jamfile.v2 2010-03-31 13:52:10.715279367 +0200
@@ -51,6 +51,10 @@ rule check-icu-config ( )
{
gICU_CORE_LIB = icuuc ;
}
+ else if [ GLOB $(dir)/lib64 : libicuuc.* ]
+ {
+ gICU_CORE_LIB = icuuc ;
+ }
else if [ GLOB $(dir)/lib : libicuuc.* ]
{
gICU_CORE_LIB = icuuc ;
@@ -119,6 +123,10 @@ rule check-icu-config ( )
{
gICU_DATA_LIB = icudt ;
}
+ else if [ GLOB $(dir)/lib64 : libicudata.* ]
+ {
+ gICU_DATA_LIB = icudata ;
+ }
else if [ GLOB $(dir)/lib : libicudata.* ]
{
gICU_DATA_LIB = icudata ;