Files
termux-packages/packages/libx11/configure.patch
termux-pacman-bot 69ec3e3db2 libx11: Bump to 1.8.2
2022-11-11 08:45:35 +00:00

29 lines
718 B
Diff

diff -uNr libX11-1.7.2/configure libX11-1.7.2.mod/configure
--- libX11-1.7.2/configure 2021-06-06 19:49:01.000000000 +0300
+++ libX11-1.7.2.mod/configure 2021-07-17 02:12:57.003231884 +0300
@@ -20605,6 +20605,7 @@
fi
+if false; then
# Check for flag to avoid builtin definitions - assumes unix is predefined,
# which is not the best choice for supporting other OS'es, but covers most
# of the ones we need for now.
@@ -20653,6 +20654,7 @@
fi
fi
rm -f conftest.$ac_ext
+fi
@@ -22172,6 +22174,8 @@
# XXX incomplete, please fill this in
if test x$xthreads = xyes ; then
case $host_os in
+ linux*android*)
+ ;;
linux*|gnu*|k*bsd*-gnu)
XTHREADLIB=-lpthread ;;
netbsd*)