From 966f0fbecdf205fe38089e34b7bd4d74712d9bdd Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 9 Jul 2017 20:43:06 +0200 Subject: [PATCH] vim: -Werror=implicit-function-declaration --- packages/vim-python/src-auto-configure.patch | 11 +++++++++++ packages/vim/src-auto-configure.patch | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 packages/vim-python/src-auto-configure.patch create mode 100644 packages/vim/src-auto-configure.patch diff --git a/packages/vim-python/src-auto-configure.patch b/packages/vim-python/src-auto-configure.patch new file mode 100644 index 000000000..da7a75912 --- /dev/null +++ b/packages/vim-python/src-auto-configure.patch @@ -0,0 +1,11 @@ +diff -u -r ../vim-8.0.0675/src/auto/configure ./src/auto/configure +--- ../vim-8.0.0675/src/auto/configure 2017-06-25 16:03:37.000000000 +0000 ++++ ./src/auto/configure 2017-07-07 12:34:53.459850309 +0000 +@@ -11426,6 +11426,7 @@ + $as_echo_n "checking for tgetent()... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ ++#include + + int + main () diff --git a/packages/vim/src-auto-configure.patch b/packages/vim/src-auto-configure.patch new file mode 100644 index 000000000..da7a75912 --- /dev/null +++ b/packages/vim/src-auto-configure.patch @@ -0,0 +1,11 @@ +diff -u -r ../vim-8.0.0675/src/auto/configure ./src/auto/configure +--- ../vim-8.0.0675/src/auto/configure 2017-06-25 16:03:37.000000000 +0000 ++++ ./src/auto/configure 2017-07-07 12:34:53.459850309 +0000 +@@ -11426,6 +11426,7 @@ + $as_echo_n "checking for tgetent()... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ ++#include + + int + main ()