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.5a6f764631151b8cbfb2cd81c10bcbe3222673e5.sam@gentoo
1 commit: 5a6f764631151b8cbfb2cd81c10bcbe3222673e5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 20:04:54 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=5a6f7646
7
8 darwin20-conf: change regex for future releases
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 patches/darwin20-conf/2.2.7 | 2 +-
13 patches/darwin20-conf/2.4.6 | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/patches/darwin20-conf/2.2.7 b/patches/darwin20-conf/2.2.7
17 index 6666fda..939b305 100644
18 --- a/patches/darwin20-conf/2.2.7
19 +++ b/patches/darwin20-conf/2.2.7
20 @@ -7,7 +7,7 @@ macOS Monterey is 12.0.
21 10.[012][,.]*)
22 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
23 - 10.*)
24 -+ 10.*|11.*|12.*)
25 ++ 1[0-9].*)
26 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
27 esac
28 ;;
29
30 diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6
31 index 2d4518a..0932eae 100644
32 --- a/patches/darwin20-conf/2.4.6
33 +++ b/patches/darwin20-conf/2.4.6
34 @@ -7,7 +7,7 @@ macOS Monterey is 12.0.
35 10.[[012]][[,.]]*)
36 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
37 - 10.*)
38 -+ 10.*|11.*|12.*)
39 ++ 1[0-9].*)
40 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
41 esac
42 ;;
43 @@ -18,7 +18,7 @@ macOS Monterey is 12.0.
44 10.[012][,.]*)
45 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
46 - 10.*|11.*)
47 -+ 10.*|11.*|12.*)
48 ++ 1[0-9].*)
49 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
50 esac
51 ;;