1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/textproc/libxml2/files/patch-ae
2001-02-10 19:15:43 +00:00

15 lines
274 B
Plaintext

$FreeBSD$
--- include/libxml/encoding.h 2001/02/09 21:35:22 1.1
+++ include/libxml/encoding.h 2001/02/09 21:35:37
@@ -23,7 +23,7 @@
#include <libxml/xmlversion.h>
#ifdef LIBXML_ICONV_ENABLED
-#include <iconv.h>
+#include <giconv.h>
#endif
#include <libxml/tree.h>