SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
30
devel/boost/patches/patch-libs_locale_build_Jamfile_v2
Normal file
30
devel/boost/patches/patch-libs_locale_build_Jamfile_v2
Normal file
|
@ -0,0 +1,30 @@
|
|||
Index: libs/locale/build/Jamfile.v2
|
||||
--- libs/locale/build/Jamfile.v2.orig
|
||||
+++ libs/locale/build/Jamfile.v2
|
||||
@@ -82,8 +82,8 @@ ICU_LINK ?= [ modules.peek : ICU_LINK_LOCALE ] ;
|
||||
|
||||
if $(ICU_LINK)
|
||||
{
|
||||
- ICU_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <dll-path>$(icu-path)/bin <runtime-link>shared ;
|
||||
- ICU64_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <dll-path>$(icu-path)/bin64 <runtime-link>shared ;
|
||||
+ ICU_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
|
||||
+ ICU64_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
|
||||
} else
|
||||
{
|
||||
searched-lib icuuc : : <name>icuuc
|
||||
@@ -140,7 +140,6 @@ if $(ICU_LINK)
|
||||
<library>icuuc/<link>shared/<runtime-link>shared
|
||||
<library>icudt/<link>shared/<runtime-link>shared
|
||||
<library>icuin/<link>shared/<runtime-link>shared
|
||||
- <dll-path>$(icu-path)/bin
|
||||
<runtime-link>shared ;
|
||||
|
||||
|
||||
@@ -199,7 +198,6 @@ if $(ICU_LINK)
|
||||
<library>icuuc_64/<link>shared/<runtime-link>shared
|
||||
<library>icudt_64/<link>shared/<runtime-link>shared
|
||||
<library>icuin_64/<link>shared/<runtime-link>shared
|
||||
- <dll-path>$(icu-path)/bin64
|
||||
<runtime-link>shared ;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue