ports/mail/balsa/files/patch-configure
Rodrigo Osorio 4c1fbd8d52 mail/balsa: Update to 2.6.4
Port changes:
    * Fix build
    * Add license
    * Make linters happy again

Changelog: https://github.com/GNOME/balsa/blob/master/NEWS

PR:		268734
Reported by:	<thomholwerda@osnews.com>
2023-06-10 18:16:25 +02:00

29 lines
948 B
Text

--- 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