diff options
Diffstat (limited to 'patches/vim-8.2.5062.local.patch')
-rw-r--r-- | patches/vim-8.2.5062.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/vim-8.2.5062.local.patch b/patches/vim-8.2.5062.local.patch new file mode 100644 index 00000000..f91e2645 --- /dev/null +++ b/patches/vim-8.2.5062.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 |