blob: df8fd16419149f4659a2fbb43d4261da45460eb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-al,v 1.10 2016/08/21 11:39:31 wiz Exp $
--- configure.orig 2016-08-18 01:56:27.000000000 +0000
+++ configure
@@ -8355,7 +8355,7 @@ fi
old_LIBS="$LIBS"
LIBS="$LIBS $MUTTLIBS"
- for ac_func in start_color typeahead bkgdset curs_set meta use_default_colors resizeterm
+ for ac_func in start_color typeahead bkgdset curs_set meta use_default_colors resizeterm mvchgat mvwchgat
do
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_func declaration" >&5
@@ -9412,7 +9412,7 @@ fi
if test x$mutt_cv_setgid = xyes; then
DOTLOCK_GROUP='mail'
- DOTLOCK_PERMISSION=2755
+ DOTLOCK_PERMISSION=2555
else
DOTLOCK_GROUP=''
DOTLOCK_PERMISSION=755
|