pkgsrc/mail/sqwebmail/patches/patch-ah
adam 1055290ca5 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

13 lines
304 B
Text

$NetBSD: patch-ah,v 1.8 2010/11/10 10:52:47 adam Exp $
--- sqwebmail/configure.orig 2010-11-07 18:42:06.000000000 +0000
+++ sqwebmail/configure
@@ -11712,7 +11712,7 @@ fi
-if test -d ${srcdir}/../courier
+if true || test -d ${srcdir}/../courier
then
pkglibexecdir='$(libexecdir)/courier'
else