From d18a8137d591844880a1532c7d85e68f47bd217f Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 19 Nov 2024 05:54:32 -0500 Subject: update definitions --- contrib/depends/patches/boost/static_iconv.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 contrib/depends/patches/boost/static_iconv.patch (limited to 'contrib/depends/patches/boost') 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 : -- : $(ICONV_PATH)/lib shared shared -+ : $(ICONV_PATH)/lib static static - : : $(ICONV_PATH)/include - ; - - explicit iconv ; -- cgit v1.2.3