mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
$NetBSD: patch-ad,v 1.19 2016/05/24 12:00:08 he Exp $
|
|
|
|
Parametrize SGML catalog directory.
|
|
|
|
--- xmlcatalog.c.orig 2014-10-03 11:28:06.000000000 +0000
|
|
+++ xmlcatalog.c
|
|
@@ -43,7 +43,7 @@ static char *filename = NULL;
|
|
|
|
|
|
#ifndef XML_SGML_DEFAULT_CATALOG
|
|
-#define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
|
|
+#define XML_SGML_DEFAULT_CATALOG "@@SGML_DEFAULT_CATALOG@@"
|
|
#endif
|
|
|
|
/************************************************************************
|