1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 00:07:06 +00:00
termux-packages/packages/libx11/configure.patch
2022-11-11 08:39:43 +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*)