Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/libtool/files/
Date: Fri, 05 Nov 2021 22:11:03
Message-Id: 1636150249.529604d0f0535af177d87e698390ec7dab0cbfe1.sam@gentoo
1 commit: 529604d0f0535af177d87e698390ec7dab0cbfe1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 22:10:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 22:10:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529604d0
7
8 sys-devel/libtool: update macOS 12 patch here too
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/libtool/files/libtool-2.4.6-darwin20.patch | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch b/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch
16 index 12e87bcbc90..02cb1d7eb9a 100644
17 --- a/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch
18 +++ b/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch
19 @@ -1,5 +1,5 @@
20 macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
21 -
22 +macOS Monterey is 12.0.
23 --- a/m4/libtool.m4
24 +++ b/m4/libtool.m4
25 @@ -1076,7 +1076,7 @@
26 @@ -7,7 +7,7 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
27 10.[[012]][[,.]]*)
28 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
29 - 10.*)
30 -+ 10.*|11.*)
31 ++ 10.*|11.*|12.*)
32 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
33 esac
34 ;;