mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
$NetBSD: patch-aa,v 1.5 2015/11/22 23:55:33 wiz Exp $
|
|
|
|
Install completion files into example directory.
|
|
Accept zlib 1.2.3.
|
|
|
|
--- configure.orig 2015-10-30 10:14:41.000000000 +0000
|
|
+++ configure
|
|
@@ -411,9 +411,9 @@ if ! pkg-config --exists zlib; then
|
|
rm -f compat/gen_zlib_pc
|
|
fi
|
|
|
|
-printf "Checking for zlib (>= 1.2.5.2)... "
|
|
+printf "Checking for zlib (>= 1.2.3)... "
|
|
have_zlib=0
|
|
-if pkg-config --atleast-version=1.2.5.2 zlib; then
|
|
+if pkg-config --atleast-version=1.2.3 zlib; then
|
|
printf "Yes.\n"
|
|
have_zlib=1
|
|
zlib_cflags=$(pkg-config --cflags zlib)
|
|
@@ -614,7 +614,7 @@ EOF
|
|
echo " http://xapian.org/"
|
|
fi
|
|
if [ $have_zlib -eq 0 ]; then
|
|
- echo " zlib library (>= version 1.2.5.2, including development files such as headers)"
|
|
+ echo " zlib library (>= version 1.2.3, including development files such as headers)"
|
|
echo " http://zlib.net/"
|
|
echo
|
|
fi
|
|
@@ -952,10 +952,10 @@ HAVE_DOXYGEN=${have_doxygen}
|
|
desktop_dir = \$(prefix)/share/applications
|
|
|
|
# The directory to which bash completions files should be installed
|
|
-bash_completion_dir = ${BASHCOMPLETIONDIR:=\$(sysconfdir)/bash_completion.d}
|
|
+bash_completion_dir = ${BASHCOMPLETIONDIR:=\$(prefix)/share/examples/notmuch/bash_completion.d}
|
|
|
|
# The directory to which zsh completions files should be installed
|
|
-zsh_completion_dir = ${ZSHCOMLETIONDIR:=\$(prefix)/share/zsh/functions/Completion/Unix}
|
|
+zsh_completion_dir = ${ZSHCOMLETIONDIR:=\$(prefix)/share/examples/notmuch/zsh/functions/Completion/Unix}
|
|
|
|
# Whether the canonicalize_file_name function is available (if not, then notmuch will
|
|
# build its own version)
|