From c6a9c89cb68b49a996bc664873003724a53392f8 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 7 Jul 2017 09:24:15 +0200 Subject: [PATCH] dialog: -Werror=implicit-function-declaration --- packages/dialog/configure.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/dialog/configure.patch diff --git a/packages/dialog/configure.patch b/packages/dialog/configure.patch new file mode 100644 index 000000000..18559cf01 --- /dev/null +++ b/packages/dialog/configure.patch @@ -0,0 +1,21 @@ +diff -u -r ../dialog-1.3-20170509/configure ./configure +--- ../dialog-1.3-20170509/configure 2017-05-09 23:27:22.000000000 +0000 ++++ ./configure 2017-07-07 07:23:30.678552568 +0000 +@@ -11650,7 +11650,7 @@ + int + main (void) + { +-initscr(); tgoto("?", 0,0) ++initscr(); + ; + return 0; + } +@@ -13449,7 +13449,7 @@ + int + main (void) + { +-initscr(); tgoto("?", 0,0) ++initscr(); + ; + return 0; + }