270e29528e
fixes CVE-2006-2453 and CVE-2006-2480 http://secunia.com/advisories/20199/ ok naddy@
20 lines
699 B
Plaintext
20 lines
699 B
Plaintext
$OpenBSD: patch-xmldocs_make,v 1.1 2006/06/13 19:27:54 steven Exp $
|
|
--- xmldocs.make.orig Thu Jun 8 12:36:49 2006
|
|
+++ xmldocs.make Thu Jun 8 12:37:02 2006
|
|
@@ -36,11 +36,11 @@
|
|
# ********** Begin of section some packagers may need to modify **********
|
|
# This variable (docdir) specifies where the documents should be installed.
|
|
# This default value should work for most packages.
|
|
-if HAVE_GNOME
|
|
+#if HAVE_GNOME
|
|
docdir = $(datadir)/gnome/help/$(docname)/$(lang)
|
|
-else
|
|
-docdir = $(datadir)/help/$(docname)/$(lang)
|
|
-endif
|
|
+#else
|
|
+#docdir = $(datadir)/help/$(docname)/$(lang)
|
|
+#endif
|
|
|
|
# ********** You should not have to edit below this line **********
|
|
xml_files = $(entities) $(docname).xml
|