update Tue Jun 15 18:37:00 PDT 2010
[pkgsrc.git] / mail / sqwebmail / patches / patch-am
1 $NetBSD: patch-am,v 1.3 2010/06/15 23:18:13 pettai Exp $
2
3 --- pcp/configure.orig  2010-03-21 01:56:14.000000000 +0100
4 +++ pcp/configure       2010-06-11 00:59:42.000000000 +0200
5 @@ -21456,14 +21456,15 @@ LIBS="$saveLIBS"
6  echo $NETLIBS >pcp.libs
7  
8  
9 -if test -d ${srcdir}/../courier
10 +if true || test -d ${srcdir}/../courier
11  then
12          scriptdir="$datadir/sqwebmail"
13  else
14          scriptdir="$prefix"
15  fi
16  
17 -SENDIT="$scriptdir/sendit.sh"
18 +# sendit.sh can be customized, so we call it from $(sysconfdir).
19 +SENDIT="$sysconfdir/sendit.sh"
20  
21  
22  { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5