diff options
author | Bharath Saiguhan <bharathsaiguhan@protonmail.com> | 2022-09-12 12:33:53 +0530 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-25 02:27:20 +0100 |
commit | 86e675d722e7de6a3875f29bf8a68c2ae71a6692 (patch) | |
tree | 26009df0a4f0923d768b75b2f46f3045eedae55b /app-editors | |
parent | net-analyzer/hydra: remove unused patch (diff) | |
download | gentoo-86e675d722e7de6a3875f29bf8a68c2ae71a6692.tar.gz gentoo-86e675d722e7de6a3875f29bf8a68c2ae71a6692.tar.bz2 gentoo-86e675d722e7de6a3875f29bf8a68c2ae71a6692.zip |
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@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/files/neovim-9999-cmake-darwin.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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() |