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 78A21158099 for ; Tue, 21 Nov 2023 21:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFA8E2BC01A; Tue, 21 Nov 2023 21:11:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 931EA2BC01A for ; Tue, 21 Nov 2023 21:11:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C983E335D27 for ; Tue, 21 Nov 2023 21:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EBB813A8 for ; Tue, 21 Nov 2023 21:11:10 +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: <1700600995.974e1883f6ad1d910a4778850a3378c327dadeec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/files/, app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/files/neovim-9999-cmake-darwin.patch app-editors/neovim/neovim-9999.ebuild X-VCS-Directories: app-editors/neovim/ app-editors/neovim/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 974e1883f6ad1d910a4778850a3378c327dadeec X-VCS-Branch: master Date: Tue, 21 Nov 2023 21:11:10 +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: 56f7f1db-30ef-483b-9023-5c5f84631621 X-Archives-Hash: 7dd6c38b8308f1bbb8dced3ef49ac85f commit: 974e1883f6ad1d910a4778850a3378c327dadeec Author: Brahmajit Das gmail com> AuthorDate: Tue Nov 21 06:20:57 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 21 21:09:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974e1883 app-editors/neovim: Rebase patch from upstream Closes: https://bugs.gentoo.org/917665 Signed-off-by: Brahmajit Das gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33924 Signed-off-by: Sam James gentoo.org> app-editors/neovim/files/neovim-9999-cmake-darwin.patch | 13 +++++++++++++ app-editors/neovim/neovim-9999.ebuild | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/app-editors/neovim/files/neovim-9999-cmake-darwin.patch b/app-editors/neovim/files/neovim-9999-cmake-darwin.patch new file mode 100644 index 000000000000..892d349b7e1c --- /dev/null +++ b/app-editors/neovim/files/neovim-9999-cmake-darwin.patch @@ -0,0 +1,13 @@ +--- a/src/nvim/CMakeLists.txt ++++ b/src/nvim/CMakeLists.txt +@@ -416,10 +416,6 @@ foreach(target ${targets}) + endforeach() + endforeach() + +-if(APPLE AND CMAKE_OSX_SYSROOT) +- list(APPEND gen_cflags "-isysroot") +- list(APPEND gen_cflags "${CMAKE_OSX_SYSROOT}") +-endif() + if(MSVC) + list(APPEND gen_cflags -wd4003) + endif() diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 7af8db556a56..41b10f5d0a92 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -67,7 +67,7 @@ BDEPEND+=" PATCHES=( "${FILESDIR}/${PN}-0.9.0-cmake_lua_version.patch" - "${FILESDIR}/${PN}-0.9.1-cmake-darwin.patch" + "${FILESDIR}/${PN}-9999-cmake-darwin.patch" ) src_prepare() {