summaryrefslogtreecommitdiff
path: root/devel/boost-libs/files/patch-boost-disable-icu-rpath
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-05-22 19:38:37 +0300
committerDima Panov <fluffy@FreeBSD.org>2022-05-22 23:17:00 +0300
commitae17808e4a1b635038b5a80216cbf98bafdbb2ef (patch)
tree95384d8e42e5e05ef6299f9f11004b062ae2d1dd /devel/boost-libs/files/patch-boost-disable-icu-rpath
parentdevel/sonarqube-community: update plugins (diff)
devel/boost-all: update Boost to 1.79.0 release (+)
Please welcome a longawaited boost-* upgrade. It introduces a full support for OpenSSL3.0, Clang13+, C++17/C++20 standards and more. Since 1.74 release Boost library introduced some internal changes which breaks comsumers of outdated API. All failed consumers will be marked as BROKEN in separated commits. Special thanks for all community members who take a long survey with real environments testing. Changelogs: https://www.boost.org/users/history/version_1_73_0.html https://www.boost.org/users/history/version_1_74_0.html https://www.boost.org/users/history/version_1_75_0.html https://www.boost.org/users/history/version_1_76_0.html https://www.boost.org/users/history/version_1_77_0.html https://www.boost.org/users/history/version_1_78_0.html https://www.boost.org/users/history/version_1_79_0.html PR: 246106 Exp-runs by: antoine
Diffstat (limited to 'devel/boost-libs/files/patch-boost-disable-icu-rpath')
-rw-r--r--devel/boost-libs/files/patch-boost-disable-icu-rpath29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/boost-libs/files/patch-boost-disable-icu-rpath b/devel/boost-libs/files/patch-boost-disable-icu-rpath
new file mode 100644
index 000000000000..f35ded0bc419
--- /dev/null
+++ b/devel/boost-libs/files/patch-boost-disable-icu-rpath
@@ -0,0 +1,29 @@
+--- libs/locale/build/Jamfile.v2.orig 2021-04-13 16:22:15 UTC
++++ libs/locale/build/Jamfile.v2
+@@ -65,8 +65,8 @@ ICU_LINK = [ modules.peek : ICU_LINK ] ;
+
+ 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
+ {
+@@ -124,7 +124,6 @@ else
+ <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 ;
+
+
+@@ -183,7 +182,6 @@ else
+ <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 ;
+
+