libxslt: Fix xslt-config invocation of xml2-config
[termux-packages] / packages / gnupg2 / configure.patch
CommitLineData
247be15c
FF
1diff -u -r ../gnupg-2.1.14/configure ./configure
2--- ../gnupg-2.1.14/configure 2016-07-14 10:03:06.000000000 -0400
3+++ ./configure 2016-07-14 19:20:04.539115863 -0400
4@@ -8044,7 +8044,7 @@
5 ;;
6 m68k-atari-mint)
7 ;;
8- *-linux-androideabi)
9+ *-linux-android*)
10 have_android_system=yes
11 # Android is fully utf-8 and we do not want to use iconv to
12 # keeps things simple
13@@ -14729,13 +14729,6 @@
01c4a6f5
FF
14 done
15
16
17-if test "$have_android_system" = yes; then
18- # On Android ttyname is a stub but prints an error message.
19-
20-$as_echo "#define HAVE_BROKEN_TTYNAME 1" >>confdefs.h
21-
22-fi
23-
24 ac_fn_c_check_type "$LINENO" "struct sigaction" "ac_cv_type_struct_sigaction" "#include <signal.h>
25 "
26 if test "x$ac_cv_type_struct_sigaction" = xyes; then :