diff options
Diffstat (limited to 'mail/balsa/files/patch-libmutt::configure')
-rw-r--r-- | mail/balsa/files/patch-libmutt::configure | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/balsa/files/patch-libmutt::configure b/mail/balsa/files/patch-libmutt::configure deleted file mode 100644 index 8ffb7dd5137a..000000000000 --- a/mail/balsa/files/patch-libmutt::configure +++ /dev/null @@ -1,19 +0,0 @@ ---- 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" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # 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" |