diff options
Diffstat (limited to 'mail/balsa2/files/patch-libmutt_configure')
-rw-r--r-- | mail/balsa2/files/patch-libmutt_configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/balsa2/files/patch-libmutt_configure b/mail/balsa2/files/patch-libmutt_configure deleted file mode 100644 index 273e87a18..000000000 --- a/mail/balsa2/files/patch-libmutt_configure +++ /dev/null @@ -1,11 +0,0 @@ ---- libmutt/configure.orig Wed Feb 19 03:57:44 2003 -+++ libmutt/configure Wed Feb 19 03:58:16 2003 -@@ -9873,7 +9873,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" |