27 lines
954 B
Diff
27 lines
954 B
Diff
|
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 ;
|