addac91417
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=398ef060d61d6b2e43b5b8bd8cab6855
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 ;
|