openbsd-ports/devel/gconf/patches/patch-backends_xml-cache_h

19 lines
443 B
Plaintext
Raw Normal View History

$OpenBSD: patch-backends_xml-cache_h,v 1.1 2001/11/13 14:04:41 wilfried Exp $
--- backends/xml-cache.h.orig Mon Nov 12 12:40:44 2001
+++ backends/xml-cache.h Mon Nov 12 12:41:02 2001
@@ -21,7 +21,13 @@
#define GCONF_XML_CACHE_H
#include <gconf/gconf.h>
-#include <libxml/tree.h>
+
+#ifdef HAVE_GNOME_XML_TREE_H
+# include <gnome-xml/tree.h>
+#else
+# include <libxml/tree.h>
+#endif
+
#include "xml-dir.h"
typedef struct _Cache Cache;