From 86e675d722e7de6a3875f29bf8a68c2ae71a6692 Mon Sep 17 00:00:00 2001 From: Bharath Saiguhan Date: Mon, 12 Sep 2022 12:33:53 +0530 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/27218 Signed-off-by: Sam James --- app-editors/neovim/files/neovim-9999-cmake-darwin.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-editors') 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() -- cgit v1.2.3-65-gdbad