aboutsummaryrefslogtreecommitdiffstats
path: root/mail/balsa/files/patch-libmutt::configure
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa/files/patch-libmutt::configure')
-rw-r--r--mail/balsa/files/patch-libmutt::configure18
1 files changed, 12 insertions, 6 deletions
diff --git a/mail/balsa/files/patch-libmutt::configure b/mail/balsa/files/patch-libmutt::configure
index be36a18bb276..8ffb7dd5137a 100644
--- a/mail/balsa/files/patch-libmutt::configure
+++ b/mail/balsa/files/patch-libmutt::configure
@@ -1,9 +1,6 @@
-
-$FreeBSD$
-
---- libmutt/configure 2002/07/18 16:53:06 1.1
-+++ libmutt/configure 2002/07/18 16:53:15
-@@ -5192,6 +5192,7 @@
+--- libmutt/configure.orig Mon Mar 24 16:18:17 2003
++++ libmutt/configure Wed Mar 26 12:22:07 2003
+@@ -7627,6 +7627,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -11,3 +8,12 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -10514,7 +10515,7 @@
+ echo "$as_me: error: SSL support is only for IMAP, but IMAP is not enabled" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+- if pkg-config openssl >& /dev/null; then
++ if pkg-config openssl >/dev/null 2>&1; then
+ echo here
+ LDFLAGS="$LIBS `pkg-config --libs openssl`"
+ CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS"