summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Marichez <falco@gentoo.org>2008-04-15 12:14:58 +0200
committerRaphaël Marichez <falco@gentoo.org>2008-04-15 12:14:58 +0200
commit5fe3fa29e7830aefe30065432884334e4de36b31 (patch)
tree8b411027816b67d59a9b65f8b1916dff89f80c01 /mail-client/mutt/files/mutt-1.5.11-sasl.patch
parentstick with official tree; remove obsolete version; fix syntax (diff)
downloadfalco-5fe3fa29e7830aefe30065432884334e4de36b31.tar.gz
falco-5fe3fa29e7830aefe30065432884334e4de36b31.tar.bz2
falco-5fe3fa29e7830aefe30065432884334e4de36b31.zip
add own mutt ebuild, allowing sidebar on a non-vanilla tree like e.g. nntp flag
Signed-off-by: Raphaël Marichez <falco@gentoo.org>
Diffstat (limited to 'mail-client/mutt/files/mutt-1.5.11-sasl.patch')
-rw-r--r--mail-client/mutt/files/mutt-1.5.11-sasl.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail-client/mutt/files/mutt-1.5.11-sasl.patch b/mail-client/mutt/files/mutt-1.5.11-sasl.patch
new file mode 100644
index 0000000..5267846
--- /dev/null
+++ b/mail-client/mutt/files/mutt-1.5.11-sasl.patch
@@ -0,0 +1,23 @@
+--- configure.in.old 2005-09-19 22:07:56.000000000 +0200
++++ configure.in 2005-09-19 22:09:00.000000000 +0200
+@@ -600,14 +600,14 @@
+ AM_CONDITIONAL(USE_SSL, test x$need_ssl = xyes)
+
+ AC_ARG_WITH(sasl, AC_HELP_STRING([--with-sasl[=PFX]], [Use Cyrus SASL 2 network security library]),
+- [
+- if test "$need_socket" != "yes"
+- then
+- AC_MSG_ERROR([SASL support is only useful with POP or IMAP support])
+- fi
+-
++ [
+ if test "$with_sasl" != "no"
+ then
++ if test "$need_socket" != "yes"
++ then
++ AC_MSG_ERROR([SASL support is only useful with POP or IMAP support])
++ fi
++
+ if test "$with_sasl" != "yes"
+ then
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include"