From ac0a30b7d44952b8faf4ac3c4e521ee2dff04135 Mon Sep 17 00:00:00 2001 From: Shokara Kou Date: Sun, 12 Dec 2021 18:11:20 -0500 Subject: add ports Ahhh! I forgot to put these under a git repo. :( --- boost/boost-1.71.0-disable_icu_rpath.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 boost/boost-1.71.0-disable_icu_rpath.patch (limited to 'boost/boost-1.71.0-disable_icu_rpath.patch') 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 @@ +--- a/libs/locale/build/Jamfile.v2 ++++ b/libs/locale/build/Jamfile.v2 +@@ -65,8 +65,8 @@ + + if $(ICU_LINK) + { +- ICU_OPTS = $(ICU_PATH)/include $(ICU_LINK) $(ICU_PATH)/bin shared ; +- ICU64_OPTS = $(ICU_PATH)/include $(ICU_LINK) $(ICU_PATH)/bin64 shared ; ++ ICU_OPTS = $(ICU_PATH)/include $(ICU_LINK) shared ; ++ ICU64_OPTS = $(ICU_PATH)/include $(ICU_LINK) shared ; + } + else + { +@@ -124,7 +124,6 @@ + icuuc/shared/shared + icudt/shared/shared + icuin/shared/shared +- $(ICU_PATH)/bin + shared ; + + +@@ -183,7 +182,6 @@ + icuuc_64/shared/shared + icudt_64/shared/shared + icuin_64/shared/shared +- $(ICU_PATH)/bin64 + shared ; + + -- cgit v1.2.3