diff options
| author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-12-09 11:48:35 +0530 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-12-28 04:46:20 +0000 |
| commit | 651728e2b139dd5c51d1bbdeb4f9cbb18f22d486 (patch) | |
| tree | 17467832fbb581dc8abe88e7ac1de37a06df1143 /app-editors/neovim/files/neovim-9999-cmake-darwin.patch | |
| parent | c2ed8854b623650b1a857b546ef2a2029f861af6 (diff) | |
| download | gentoo-651728e2b139dd5c51d1bbdeb4f9cbb18f22d486.tar.gz gentoo-651728e2b139dd5c51d1bbdeb4f9cbb18f22d486.tar.bz2 gentoo-651728e2b139dd5c51d1bbdeb4f9cbb18f22d486.zip | |
app-editors/neovim: Rebase patch from upstream
Closes: https://bugs.gentoo.org/917665
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34185
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim/files/neovim-9999-cmake-darwin.patch')
| -rw-r--r-- | app-editors/neovim/files/neovim-9999-cmake-darwin.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/neovim/files/neovim-9999-cmake-darwin.patch b/app-editors/neovim/files/neovim-9999-cmake-darwin.patch index 892d349b7e1c..7d2352c6a18b 100644 --- a/app-editors/neovim/files/neovim-9999-cmake-darwin.patch +++ b/app-editors/neovim/files/neovim-9999-cmake-darwin.patch @@ -1,12 +1,12 @@ +Patch author: mortezadadgar <mortezadadgar97@gmail.com> --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt -@@ -416,10 +416,6 @@ foreach(target ${targets}) +@@ -477,9 +477,6 @@ foreach(target ${targets}) endforeach() endforeach() -if(APPLE AND CMAKE_OSX_SYSROOT) -- list(APPEND gen_cflags "-isysroot") -- list(APPEND gen_cflags "${CMAKE_OSX_SYSROOT}") +- list(APPEND gen_cflags "-isysroot" "${CMAKE_OSX_SYSROOT}") -endif() if(MSVC) list(APPEND gen_cflags -wd4003) |
