commit: 665f51f23f91f5f61aba27b459c7a57d5c56ef9d Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Sep 26 17:55:44 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 1 07:32:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665f51f2
app-editors/neovim: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33066 Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/neovim/files/neovim-0.9.0-cmake-darwin.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app-editors/neovim/files/neovim-0.9.0-cmake-darwin.patch b/app-editors/neovim/files/neovim-0.9.0-cmake-darwin.patch deleted file mode 100644 index cba966a4ebfa..000000000000 --- a/app-editors/neovim/files/neovim-0.9.0-cmake-darwin.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/src/nvim/CMakeLists.txt -+++ b/src/nvim/CMakeLists.txt -@@ -394,10 +394,6 @@ foreach(gen_include ${prop}) - list(APPEND gen_cflags "-I${gen_include}") - endforeach() - list(APPEND gen_cflags "-I${DEPS_PREFIX}/include") --if(APPLE AND CMAKE_OSX_SYSROOT) -- list(APPEND gen_cflags "-isysroot") -- list(APPEND gen_cflags "${CMAKE_OSX_SYSROOT}") --endif() - set(gen_cflags ${gen_cflags} -O2) - - set(NVIM_VERSION_GIT_H ${PROJECT_BINARY_DIR}/cmake.config/auto/versiondef_git.h)
