Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elt-patches:master commit in: patches/darwin20-conf/
Date: Tue, 30 Aug 2022 23:50:36
Message-Id: 1661903428.44b8aa487e75a0e23b20cea4d218d6d3db727ef6.sam@gentoo
1 commit: 44b8aa487e75a0e23b20cea4d218d6d3db727ef6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 20:00:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 23:50:28 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=44b8aa48
7
8 darwin20-conf: add variant for 2.4.6
9
10 Noticed with libxml2.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 patches/darwin20-conf/2.4.6 | 11 +++++++++++
15 1 file changed, 11 insertions(+)
16
17 diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6
18 index 7285490..2d4518a 100644
19 --- a/patches/darwin20-conf/2.4.6
20 +++ b/patches/darwin20-conf/2.4.6
21 @@ -11,3 +11,14 @@ macOS Monterey is 12.0.
22 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
23 esac
24 ;;
25 +--- configure
26 ++++ configure
27 +@@ -8949,7 +8949,7 @@ printf "%s\n" "$lt_cv_ld_force_load" >&6; }
28 + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
29 + 10.[012][,.]*)
30 + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
31 +- 10.*|11.*)
32 ++ 10.*|11.*|12.*)
33 + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
34 + esac
35 + ;;