d2a7b9b1ea
that this fixes a whole range of breakage with other ports that were confused by the threading option. ok naddy@
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
$OpenBSD: patch-xmllint_c,v 1.2 2003/08/26 16:33:11 marcm Exp $
|
|
--- xmllint.c.orig 2003-08-13 18:18:06.000000000 -0700
|
|
+++ xmllint.c 2003-08-19 20:44:38.000000000 -0700
|
|
@@ -99,7 +99,7 @@
|
|
#endif
|
|
|
|
#ifndef XML_XML_DEFAULT_CATALOG
|
|
-#define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
|
|
+#define XML_XML_DEFAULT_CATALOG "file:///var/db/xmlcatalog"
|
|
#endif
|
|
|
|
#ifdef LIBXML_DEBUG_ENABLED
|