summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/patches/patch-al
blob: ff41913d067ae2d6f2b40f73bb3b6dd3883ac5db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-al,v 1.9 2009/07/25 17:37:04 tonnerre Exp $

--- configure.orig	2009-06-09 08:50:42.000000000 +0200
+++ configure
@@ -11623,7 +11623,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:$LINENO: checking for $ac_func declaration" >&5
@@ -14939,7 +14939,7 @@ docdir=$mutt_cv_docdir
 
 if test x$mutt_cv_setgid = xyes; then
         DOTLOCK_GROUP='mail'
-        DOTLOCK_PERMISSION=2755
+        DOTLOCK_PERMISSION=2555
 else
         DOTLOCK_GROUP=''
         DOTLOCK_PERMISSION=755
@@ -22796,6 +22796,8 @@ do
   case $ac_option in
   # Handling of the options.
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+	: Avoid regenerating within pkgsrc
+	exit 0
     ac_cs_recheck=: ;;
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     $as_echo "$ac_cs_version"; exit ;;