summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--config.cache1
-rw-r--r--mc-4.8.17.local.patch20
-rw-r--r--vim-7.4.1952.local.patch9
3 files changed, 30 insertions, 0 deletions
diff --git a/config.cache b/config.cache
index 9f4d314f..0d1ab79a 100644
--- a/config.cache
+++ b/config.cache
@@ -150,6 +150,7 @@ ac_list_mounted_fs=found
ac_cv_func_realloc_0_nonnull=yes
# vim
+ac_cv_small_wchar_t=no
vim_cv_bcopy_handles_overlap=yes
vim_cv_getcwd_broken=no
vim_cv_memcpy_handles_overlap=no
diff --git a/mc-4.8.17.local.patch b/mc-4.8.17.local.patch
new file mode 100644
index 00000000..05c2ac50
--- /dev/null
+++ b/mc-4.8.17.local.patch
@@ -0,0 +1,20 @@
+--- mc-4.8.17/configure.orig 2016-05-07 18:13:45.000000000 +0200
++++ mc-4.8.17/configure 2016-09-06 18:16:45.987179012 +0200
+@@ -19922,7 +19922,7 @@
+
+
+ # Determine how to get the list of mounted file systems.
+-ac_list_mounted_fs=
++#ac_list_mounted_fs=
+
+ # If the getmntent function is available but not in the standard library,
+ # make sure LIBS contains the appropriate -l option.
+@@ -20634,7 +20634,7 @@
+
+
+ # Determine how to get the list of mounted file systems.
+-ac_list_mounted_fs=
++#ac_list_mounted_fs=
+
+ # If the getmntent function is available but not in the standard library,
+ # make sure LIBS contains the appropriate -l option.
diff --git a/vim-7.4.1952.local.patch b/vim-7.4.1952.local.patch
new file mode 100644
index 00000000..53af8edd
--- /dev/null
+++ b/vim-7.4.1952.local.patch
@@ -0,0 +1,9 @@
+--- vim-7.4.1952/src/osdef2.h.in.orig 2016-06-21 23:42:20.000000000 +0200
++++ vim-7.4.1952/src/osdef2.h.in 2016-09-06 18:33:43.655518796 +0200
+@@ -92,5 +92,5 @@
+ extern int _Xmblen(char const *, size_t);
+ #else
+ /* This is different from the header but matches mblen() */
+-extern int _Xmblen(char *, size_t);
++extern int _Xmblen(char *, int);
+ #endif