diff options
Diffstat (limited to 'mail/balsa/files/patch-configure')
-rw-r--r-- | mail/balsa/files/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/balsa/files/patch-configure b/mail/balsa/files/patch-configure deleted file mode 100644 index 2f9854a63192..000000000000 --- a/mail/balsa/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig 2023-06-10 11:48:17 UTC -+++ configure -@@ -16081,7 +16081,7 @@ - fi - BALSA_WEB_EXTENSIONS="${libdir}/${PACKAGE}" - -- CPPFLAGS="$CPPFLAGS -DBALSA_WEB_EXTENSIONS=\\\"$BALSA_WEB_EXTENSIONS\\\"" -+ CPPFLAGS="$CPPFLAGS -DBALSA_WEB_EXTENSIONS=\\\"$BALSA_WEB_EXTENSIONS\\\"" - for ac_prog in python-html2text \ - html2markdown \ - html2markdown.py2 \ -@@ -16501,7 +16501,7 @@ - printf %s "(cached) " >&6 - else $as_nop - ac_check_lib_save_LIBS=$LIBS --LIBS="-lldap -llber -lresolv $LIBS" -+LIBS="-lldap -llber $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -16534,7 +16534,7 @@ - - printf "%s\n" "#define ENABLE_LDAP 1" >>confdefs.h - -- LIBS="-lldap -llber -lresolv $LIBS" -+ LIBS="-lldap -llber $LIBS" - else $as_nop - as_fn_error $? "*** You enabled LDAP but ldap library is not found." "$LINENO" 5 - fi |