Files
termux-packages/packages/libt3window/config.pkg.patch
termux-pacman-bot 34fb45ca56 libt3{key,window}: Fix configure for strict C99
%ci:no-build
2023-04-09 20:01:22 +00:00

13 lines
255 B
Diff

https://github.com/termux/termux-packages/issues/15852
--- a/config.pkg
+++ b/config.pkg
@@ -144,6 +144,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <curses.h>
+#include <term.h>
int main(int argc, char *argv[]) {
int args[9], error, fd;