redis: Update from 4.0.8 to 4.0.9
[termux-packages] / packages / dialog / configure.patch
1 diff -u -r ../dialog-1.3-20170509/configure ./configure
2 --- ../dialog-1.3-20170509/configure 2017-05-09 23:27:22.000000000 +0000
3 +++ ./configure 2017-07-07 07:23:30.678552568 +0000
4 @@ -11650,7 +11650,7 @@
5 int
6 main (void)
7 {
8 -initscr(); tgoto("?", 0,0)
9 +initscr();
10 ;
11 return 0;
12 }
13 @@ -13449,7 +13449,7 @@
14 int
15 main (void)
16 {
17 -initscr(); tgoto("?", 0,0)
18 +initscr();
19 ;
20 return 0;
21 }