commit:     86e675d722e7de6a3875f29bf8a68c2ae71a6692
Author:     Bharath Saiguhan <bharathsaiguhan <AT> protonmail <DOT> com>
AuthorDate: Mon Sep 12 07:03:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 01:27:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e675d7

app-editors/neovim: remove unnecessary underscore

This fixes an extra underscore introduced by mistake in the previous
commit.

Fixes: 545106ff82c8c0795c08656235b0e1c235848d09
Signed-off-by: Bharath Saiguhan <bharathsaiguhan <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27218
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/neovim/files/neovim-9999-cmake-darwin.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/neovim/files/neovim-9999-cmake-darwin.patch 
b/app-editors/neovim/files/neovim-9999-cmake-darwin.patch
index 571de0813ca6..ad47a46e1a7a 100644
--- a/app-editors/neovim/files/neovim-9999-cmake-darwin.patch
+++ b/app-editors/neovim/files/neovim-9999-cmake-darwin.patch
@@ -26,7 +26,7 @@
 -  # Work around some old, broken detection by CMake for knowing when to use 
the
 -  # isystem flag.  Apple's compilers have supported this for quite some time
 -  # now.
--  if(CMAKE_C_COMPILER_ID_MATCHES "GNU")
+-  if(CMAKE_C_COMPILER_ID MATCHES "GNU")
 -    set(CMAKE_INCLUDE_SYSTEM_FLAG_C "-isystem ")
 -  endif()
 -endif()

Reply via email to