summaryrefslogtreecommitdiffhomepage
path: root/patches/vim-9.0.0037.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-07-06 12:49:28 +0200
committerØrjan Malde <red@foxi.me>2022-07-06 12:50:58 +0200
commitf5592885c22e2cae65355f1e7b6c7f406a3663e3 (patch)
treef02bca8e527e07d1d09ea306bc4677c78a28c0d9 /patches/vim-9.0.0037.local.patch
parentb6c9adcd957317ff24ba2f6120e12989adc81cc9 (diff)
downloadmidipix_build-f5592885c22e2cae65355f1e7b6c7f406a3663e3.tar.bz2
midipix_build-f5592885c22e2cae65355f1e7b6c7f406a3663e3.tar.xz
groups/231.native_packages_etc.group: vim: bump to v9.0.0037
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/vim-9.0.0037.local.patch')
-rw-r--r--patches/vim-9.0.0037.local.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/vim-9.0.0037.local.patch b/patches/vim-9.0.0037.local.patch
new file mode 100644
index 00000000..f91e2645
--- /dev/null
+++ b/patches/vim-9.0.0037.local.patch
@@ -0,0 +1,12 @@
+diff -ru vim-8.2.4230.orig/src/libvterm/src/vterm_internal.h vim-8.2.4230/src/libvterm/src/vterm_internal.h
+--- vim-8.2.4230.orig/src/libvterm/src/vterm_internal.h 2022-01-27 16:04:22.000000000 +0100
++++ vim-8.2.4230/src/libvterm/src/vterm_internal.h 2022-01-27 17:07:13.522370456 +0100
+@@ -5,7 +5,7 @@
+
+ #include <stdarg.h>
+
+-#if defined(__GNUC__) && !defined(__MINGW32__)
++#if defined(__GNUC__) && !defined(__MINGW32__) && !defined(__midipix__)
+ # define INTERNAL __attribute__((visibility("internal")))
+ # define UNUSED __attribute__((unused))
+ #else