summaryrefslogtreecommitdiff
path: root/mail/balsa/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa/patches/patch-ab')
-rw-r--r--mail/balsa/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/balsa/patches/patch-ab b/mail/balsa/patches/patch-ab
deleted file mode 100644
index 96f9c0fbfe4..00000000000
--- a/mail/balsa/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2003/04/26 03:09:31 rh Exp $
-
---- libmutt/configure.orig 2003-04-26 12:23:33.000000000 +1000
-+++ libmutt/configure
-@@ -10514,7 +10514,7 @@ if test "${with_ssl+set}" = set; then
- 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"