mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
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>
11 lines
337 B
C
11 lines
337 B
C
--- libs/uninstall.c.orig Wed Jul 24 22:25:34 2002
|
|
+++ libs/uninstall.c Thu Jan 16 01:50:53 2003
|
|
@@ -70,6 +70,8 @@
|
|
int start, end;
|
|
char cl_filename[PATHLEN], cl_ext_filename[PATHLEN];
|
|
xmlDocPtr cl_doc, cl_ext_doc;
|
|
+
|
|
+ setenv("XML_CATALOG_FILES", SK_XML_CATALOGS, 1);
|
|
|
|
if (id_tab == NULL)
|
|
return;
|