Files
pkgsrc-ng/mail/mutt/patches/patch-al
2016-11-18 22:39:22 +01:00

23 lines
736 B
Plaintext

$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