diff options
Diffstat (limited to 'mail/balsa2/patches/patch-aa')
-rw-r--r-- | mail/balsa2/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/balsa2/patches/patch-aa b/mail/balsa2/patches/patch-aa new file mode 100644 index 00000000000..29a3e6c17af --- /dev/null +++ b/mail/balsa2/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $ + +--- libmutt/configure.orig 2003-03-22 19:26:17.000000000 +1000 ++++ libmutt/configure +@@ -9873,7 +9873,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" |