6dee5ceb3e
from https://git.gnome.org/browse/libxml2/commit/?id=213f1fe0d76d30eaed6e5853057defc43e6df2c9 +general patch refresh
17 lines
606 B
Text
17 lines
606 B
Text
$NetBSD: patch-ac,v 1.8 2015/04/24 11:32:29 spz Exp $
|
|
|
|
--- catalog.c.orig 2014-10-03 11:28:05.000000000 +0000
|
|
+++ catalog.c
|
|
@@ -70,10 +70,10 @@
|
|
#define XML_URN_PUBID "urn:publicid:"
|
|
#define XML_CATAL_BREAK ((xmlChar *) -1)
|
|
#ifndef XML_XML_DEFAULT_CATALOG
|
|
-#define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
|
|
+#define XML_XML_DEFAULT_CATALOG "file://@@XML_DEFAULT_CATALOG@@"
|
|
#endif
|
|
#ifndef XML_SGML_DEFAULT_CATALOG
|
|
-#define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
|
|
+#define XML_SGML_DEFAULT_CATALOG "file://@@SGML_DEFAULT_CATALOG@@"
|
|
#endif
|
|
|
|
#if defined(_WIN32) && defined(_MSC_VER)
|