diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-19 05:54:32 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-19 05:54:32 -0500 |
| commit | d18a8137d591844880a1532c7d85e68f47bd217f (patch) | |
| tree | af3f428a7fad860601ba1dd755e395546f4e8fd4 /contrib/depends/patches/boost | |
| parent | a0fd39918e154177503b1e5acfd4968727c814ae (diff) | |
update definitions
Diffstat (limited to 'contrib/depends/patches/boost')
| -rw-r--r-- | contrib/depends/patches/boost/static_iconv.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/depends/patches/boost/static_iconv.patch b/contrib/depends/patches/boost/static_iconv.patch deleted file mode 100644 index 57cf692..0000000 --- a/contrib/depends/patches/boost/static_iconv.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- boost_1_84_0/libs/locale/build/Jamfile.v2.O 2017-04-17 03:22:26.000000000 +0100 -+++ boost_1_84_0/libs/locale/build/Jamfile.v2 2019-11-15 15:46:16.957937137 +0000 -@@ -11,6 +11,6 @@ - ICONV_PATH = [ modules.peek : ICONV_PATH ] ; - - # There may also be an external iconv library - lib iconv : -- : <search>$(ICONV_PATH)/lib <link>shared <runtime-link>shared -+ : <search>$(ICONV_PATH)/lib <link>static <runtime-link>static - : : <include>$(ICONV_PATH)/include - ; - - explicit iconv ; |
