summaryrefslogtreecommitdiff
path: root/mail/balsa/files/patch-libbalsa::address-book-ldap.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:26:13 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:26:13 +0000
commit449a928eea07416fb2c4e7ce5f02faae8c31155d (patch)
tree32461f0eea9317c27ab59afa60d1e17c3884eefe /mail/balsa/files/patch-libbalsa::address-book-ldap.c
parentAdd a patch to fix a bug where iconv() did not return -1 properly on (diff)
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
Notes
Notes: svn path=/head/; revision=56293
Diffstat (limited to 'mail/balsa/files/patch-libbalsa::address-book-ldap.c')
-rw-r--r--mail/balsa/files/patch-libbalsa::address-book-ldap.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/balsa/files/patch-libbalsa::address-book-ldap.c b/mail/balsa/files/patch-libbalsa::address-book-ldap.c
deleted file mode 100644
index 1205fd60b698..000000000000
--- a/mail/balsa/files/patch-libbalsa::address-book-ldap.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libbalsa/address-book-ldap.c Mon Nov 19 03:41:21 2001
-+++ libbalsa/address-book-ldap.c.new Sun Dec 16 12:59:34 2001
-@@ -31,7 +31,7 @@
- #include <sys/time.h>
- #include <lber.h>
- #include <ldap.h>
--#include <iconv.h>
-+#include <giconv.h>
-
- #include "address-book.h"
- #include "address-book-ldap.h"