forked from pool/boost
This commit is contained in:
committed by
Git OBS Bridge
parent
529c03d00f
commit
c76cf89cd6
26
boost-fix_ICU_test.patch
Normal file
26
boost-fix_ICU_test.patch
Normal 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 ;
|
||||
Reference in New Issue
Block a user