pkgsrc/mail/sqwebmail/patches/patch-am
adam 411c84a5cc Changes 5.4.3:
* gpglib/configure.in: Use "gpg2" if "gpg" is not found.
* sqwebmail.spec.in: Use gnugp2 as a requirement if gnupg is not
  installed. Replace vixie-cron with cronie as a listed req.
2010-11-10 10:52:46 +00:00

22 lines
579 B
Text

$NetBSD: patch-am,v 1.4 2010/11/10 10:52:47 adam Exp $
--- pcp/configure.orig 2010-11-07 14:50:39.000000000 +0000
+++ pcp/configure
@@ -17258,14 +17258,15 @@ LIBS="$saveLIBS"
echo $NETLIBS >pcp.libs
-if test -d ${srcdir}/../courier
+if true || test -d ${srcdir}/../courier
then
scriptdir="$datadir/sqwebmail"
else
scriptdir="$prefix"
fi
-SENDIT="$scriptdir/sendit.sh"
+# sendit.sh can be customized, so we call it from $(sysconfdir).
+SENDIT="$sysconfdir/sendit.sh"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5