dialog: -Werror=implicit-function-declaration
This commit is contained in:
parent
9e0af9b2ea
commit
72435ffd93
21
packages/dialog/configure.patch
Normal file
21
packages/dialog/configure.patch
Normal file
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user