gegl: Update from 0.3.30 to 0.3.32
[termux-packages] / packages / notmuch / configure.patch
CommitLineData
965b70ff
FF
1diff -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 @@
168e25a1
FF
5 return 0;
6 }
7 EOF
965b70ff
FF
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
168e25a1
FF
11 then
12 printf "OK.\n"
965b70ff 13@@ -579,12 +579,7 @@
168e25a1
FF
14 fi
15
965b70ff 16 printf "Checking for bash-completion (>= 1.90)... "
168e25a1 17-if pkg-config --atleast-version=1.90 bash-completion; then
965b70ff 18 printf "Yes.\n"
168e25a1
FF
19-else
20- printf "No (will not install bash completion).\n"
21- WITH_BASH=0
22-fi
965b70ff 23
168e25a1
FF
24 if [ -z "${EMACSLISPDIR-}" ]; then
25 EMACSLISPDIR="\$(prefix)/share/emacs/site-lisp"