summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2023-12-09 11:48:35 +0530
committerSam James <sam@gentoo.org>2023-12-28 04:46:20 +0000
commit651728e2b139dd5c51d1bbdeb4f9cbb18f22d486 (patch)
tree17467832fbb581dc8abe88e7ac1de37a06df1143 /app-editors
parentsys-boot/palo: drop 2.22 (diff)
downloadgentoo-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')
-rw-r--r--app-editors/neovim/files/neovim-9999-cmake-darwin.patch6
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)