diff options
| author | Shokara Kou <shokara@kalli.st> | 2021-12-12 18:11:20 -0500 |
|---|---|---|
| committer | Shokara Kou <shokara@kalli.st> | 2021-12-12 18:11:20 -0500 |
| commit | ac0a30b7d44952b8faf4ac3c4e521ee2dff04135 (patch) | |
| tree | b501a0a8b6f2ea2532bae287c9545cf5400d9aac /boost/boost-1.71.0-disable_icu_rpath.patch | |
add ports
Ahhh! I forgot to put these under a git repo. :(
Diffstat (limited to 'boost/boost-1.71.0-disable_icu_rpath.patch')
| -rw-r--r-- | boost/boost-1.71.0-disable_icu_rpath.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/boost/boost-1.71.0-disable_icu_rpath.patch b/boost/boost-1.71.0-disable_icu_rpath.patch new file mode 100644 index 0000000..32faf8d --- /dev/null +++ b/boost/boost-1.71.0-disable_icu_rpath.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | --- a/libs/locale/build/Jamfile.v2 | ||
| 2 | +++ b/libs/locale/build/Jamfile.v2 | ||
| 3 | @@ -65,8 +65,8 @@ | ||
| 4 | |||
| 5 | if $(ICU_LINK) | ||
| 6 | { | ||
| 7 | - ICU_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <dll-path>$(ICU_PATH)/bin <runtime-link>shared ; | ||
| 8 | - ICU64_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <dll-path>$(ICU_PATH)/bin64 <runtime-link>shared ; | ||
| 9 | + ICU_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <runtime-link>shared ; | ||
| 10 | + ICU64_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <runtime-link>shared ; | ||
| 11 | } | ||
| 12 | else | ||
| 13 | { | ||
| 14 | @@ -124,7 +124,6 @@ | ||
| 15 | <library>icuuc/<link>shared/<runtime-link>shared | ||
| 16 | <library>icudt/<link>shared/<runtime-link>shared | ||
| 17 | <library>icuin/<link>shared/<runtime-link>shared | ||
| 18 | - <dll-path>$(ICU_PATH)/bin | ||
| 19 | <runtime-link>shared ; | ||
| 20 | |||
| 21 | |||
| 22 | @@ -183,7 +182,6 @@ | ||
| 23 | <library>icuuc_64/<link>shared/<runtime-link>shared | ||
| 24 | <library>icudt_64/<link>shared/<runtime-link>shared | ||
| 25 | <library>icuin_64/<link>shared/<runtime-link>shared | ||
| 26 | - <dll-path>$(ICU_PATH)/bin64 | ||
| 27 | <runtime-link>shared ; | ||
| 28 | |||
| 29 | |||
