chiark / gitweb /
libgpg-error: workaround no stdout atexit with constructor prior to N (#1017)
[termux-packages] / packages / notmuch / configure.patch
1 diff -u -r ../notmuch-0.24.1/configure ./configure
2 --- ../notmuch-0.24.1/configure 2017-04-01 14:29:38.000000000 +0200
3 +++ ./configure 2017-04-07 00:53:36.743033402 +0200
4 @@ -352,7 +352,7 @@
5      return 0;
6  }
7  EOF
8 -if ${CC} ${CFLAGS} _libversion.c -o _libversion > /dev/null 2>&1 && \
9 +if ${CC_FOR_BUILD} _libversion.c -o _libversion > /dev/null 2>&1 && \
10         ./_libversion > _libversion.sh && . ./_libversion.sh
11  then
12      printf "OK.\n"
13 @@ -554,14 +554,6 @@
14      valgrind_cflags=
15  fi
16  
17 -printf "Checking for bash-completion (>= 1.90)... "
18 -if pkg-config --atleast-version=1.90 bash-completion; then
19 -    printf "Yes.\n"
20 -else
21 -    printf "No (will not install bash completion).\n"
22 -    WITH_BASH=0
23 -fi
24 -
25  if [ -z "${EMACSLISPDIR-}" ]; then
26      EMACSLISPDIR="\$(prefix)/share/emacs/site-lisp"
27  fi