From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74752158086 for ; Fri, 5 Nov 2021 22:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A44D5E0857; Fri, 5 Nov 2021 22:11:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7BB4E0857 for ; Fri, 5 Nov 2021 22:11:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25149343159 for ; Fri, 5 Nov 2021 22:10:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AFDB195 for ; Fri, 5 Nov 2021 22:10:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636150249.529604d0f0535af177d87e698390ec7dab0cbfe1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/libtool/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/libtool/files/libtool-2.4.6-darwin20.patch X-VCS-Directories: sys-devel/libtool/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 529604d0f0535af177d87e698390ec7dab0cbfe1 X-VCS-Branch: master Date: Fri, 5 Nov 2021 22:10:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3ef2b34-987c-47d1-9bc9-a7e5f3c1ba0e X-Archives-Hash: 216da0fdd5ac281613c8adbc01375a89 commit: 529604d0f0535af177d87e698390ec7dab0cbfe1 Author: Sam James gentoo org> AuthorDate: Fri Nov 5 22:10:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 5 22:10:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529604d0 sys-devel/libtool: update macOS 12 patch here too Signed-off-by: Sam James gentoo.org> sys-devel/libtool/files/libtool-2.4.6-darwin20.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch b/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch index 12e87bcbc90..02cb1d7eb9a 100644 --- a/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch +++ b/sys-devel/libtool/files/libtool-2.4.6-darwin20.patch @@ -1,5 +1,5 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases. - +macOS Monterey is 12.0. --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1076,7 +1076,7 @@ @@ -7,7 +7,7 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases. 10.[[012]][[,.]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - 10.*) -+ 10.*|11.*) ++ 10.*|11.*|12.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;;