mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
58577a076d
Drop python bindings which are now deprecated (py3-lxml is prefered).
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
Index: xmlcatalog.c
|
|
--- xmlcatalog.c.orig
|
|
+++ xmlcatalog.c
|
|
@@ -57,7 +57,7 @@ static char *filename = NULL;
|
|
|
|
#ifdef LIBXML_SGML_CATALOG_ENABLED
|
|
#ifndef XML_SGML_DEFAULT_CATALOG
|
|
-#define XML_SGML_DEFAULT_CATALOG XML_SYSCONFDIR "/sgml/catalog"
|
|
+#define XML_SGML_DEFAULT_CATALOG "file:///var/db/sgmlcatalog"
|
|
#endif
|
|
#endif
|
|
|