openbsd-ports/devel/gconf/patches/patch-backends_xml-dir_c
wilfried 485c52a7d5 Update to GConf-1.0.7, from maintainer
* Better compability for installing gconf 1 & 2 side by side
* Better UTF8 handling
* Lots of compilation and configuring fixes
* Some portability fixes
* Plus a lot of other fixes, see Changelog for full description
2001-11-13 14:04:41 +00:00

22 lines
484 B
Plaintext

$OpenBSD: patch-backends_xml-dir_c,v 1.1 2001/11/13 14:04:41 wilfried Exp $
--- backends/xml-dir.c.orig Fri Oct 12 21:01:25 2001
+++ backends/xml-dir.c Mon Nov 12 20:35:08 2001
@@ -17,10 +17,16 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include "xml-dir.h"
#include "xml-entry.h"
-#include <libxml/parser.h>
+#ifdef HAVE_GNOME_XML_PARSER_H
+# include <gnome-xml/parser.h>
+#else
+# include <libxml/parser.h>
+#endif
#include <stdio.h>
#include <time.h>