forked from Lainports/freebsd-ports
SGML catalogs in favor of its own XML format catalogs as well as prevent scrollkeeper from making HTTP connections to obtain DTDs for OMF validation. PR: 39504 46179 Tested by: Stephen Hilton <nospam@hiltonbsd.com> Mezz bsdforums.org <reigncracks@hotmail.com>
10 lines
322 B
C
10 lines
322 B
C
--- libs/update-url.c.orig Thu Jan 16 01:41:36 2003
|
|
+++ libs/update-url.c Thu Jan 16 01:41:40 2003
|
|
@@ -33,6 +33,7 @@
|
|
xmlNodePtr node;
|
|
xmlDocPtr omf_doc;
|
|
|
|
+ setenv("XML_CATALOG_FILES", SK_XML_CATALOGS, 1);
|
|
|
|
/* Parse file and make sure it is well-formed */
|
|
omf_doc = xmlParseFile(omf_name);
|