1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-17 21:37:07 +00:00
termux-packages/packages/dialog/configure.patch
2017-07-07 09:24:15 +02:00

22 lines
393 B
Diff

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;
}