mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 15:47:26 +00:00
Fixes "`error: incomplete definition of type 'struct _win_st'`" during
build.
Progress on https://github.com/termux/termux-packages/issues/21130
Copied and pasted from 05e22fdc66
`0005-aalib-m4.patch`: Fix --with-aalib-prefix argument
`0006-aalib-c99.patch`: Fix builtin-declaration-mismatch compiler warnings
`0007-aalib-free-offset-pointer.patch`: Fix free-nonheap-object compiler warning
`0008-aalib-key-down-OOB.patch`: Fix aggressive-loop-optimizations compiler warning
`0009-aalib-aalinuxkbd-return.patch`: Fix 'return' with no value compiler warning
`0010-aalib-opaque-ncurses-fix.patch`: Fix build for ncurses built with opaque-curses option
`0011-aalib-fix-aarender.patch`: Fix rendering with custom aspect ratio
`0012-aalib-mouse.patch`: Fix typo for KEY_MOUSE condition
12 lines
391 B
Diff
12 lines
391 B
Diff
--- a/aalib.m4 2006-03-05 13:58:21.000000000 +0000
|
|
+++ b/aalib.m4 2006-03-05 13:58:32.000000000 +0000
|
|
@@ -9,7 +9,7 @@
|
|
dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
|
dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS
|
|
dnl
|
|
-AC_DEFUN(AM_PATH_AALIB,
|
|
+AC_DEFUN([AM_PATH_AALIB],
|
|
[dnl
|
|
dnl Get the cflags and libraries from the aalib-config script
|
|
dnl
|