]> git.pld-linux.org Git - packages/neovim.git/commitdiff
build fixes for gcc-10
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Nov 2020 12:11:59 +0000 (14:11 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Nov 2020 12:11:59 +0000 (14:11 +0200)
refs:
- https://github.com/neovim/neovim/pull/12142

neovim.spec

index 77f5bc8c81505fc9aee13e6a7119e69f0c676327..ceddf1675500e0997bed6fa349c852c4dc773c8d 100644 (file)
@@ -18,6 +18,8 @@ Source0:      https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}
 URL:           https://neovim.io/
 Source2:       %{name}.svg
 Patch0:                desktop.patch
+Patch1:                https://github.com/neovim/neovim/pull/12142.patch
+# Patch1-md5:  40bf36c33b4c49270243b39b916e164c
 BuildRequires: cmake >= 2.8.7
 BuildRequires: gcc >= 6:4.4
 BuildRequires: gettext-devel
@@ -63,6 +65,7 @@ parts of Vim, without compromise, and more.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 install -d .deps build
This page took 0.23256 seconds and 4 git commands to generate.