gegl: Update from 0.3.30 to 0.3.32
[termux-packages] / packages / notmuch / configure.patch
1 diff -u -r ../notmuch-0.25/configure ./configure
2 --- ../notmuch-0.25/configure 2017-07-25 13:30:24.000000000 +0200
3 +++ ./configure 2017-07-26 14:35:27.777600722 +0200
4 @@ -370,7 +370,7 @@
5 return 0;
6 }
7 EOF
8 -if ${CC} ${CFLAGS} -I"$srcdir" _libversion.c -o _libversion > /dev/null 2>&1 \
9 +if ${CC_FOR_BUILD} -I"$srcdir" _libversion.c -o _libversion > /dev/null 2>&1 \
10 && ./_libversion > _libversion.sh && . ./_libversion.sh
11 then
12 printf "OK.\n"
13 @@ -579,12 +579,7 @@
14 fi
15
16 printf "Checking for bash-completion (>= 1.90)... "
17 -if pkg-config --atleast-version=1.90 bash-completion; then
18 printf "Yes.\n"
19 -else
20 - printf "No (will not install bash completion).\n"
21 - WITH_BASH=0
22 -fi
23
24 if [ -z "${EMACSLISPDIR-}" ]; then
25 EMACSLISPDIR="\$(prefix)/share/emacs/site-lisp"