[kdelibs] [Bug 326583] [MS Windows] compilation of kdelibs fails due to DocBookXML not being found
Michael Drüing
michael at drueing.de
Sun Oct 27 10:12:39 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=326583
Michael Drüing <michael at drueing.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael at drueing.de
--- Comment #3 from Michael Drüing <michael at drueing.de> ---
This patch fixes compilation (although I don't want to commit it because 4.2 to
4.5 is quite a large version difference and I have no idea of the implications
on other systems)
diff --git a/cmake/modules/FindDocBookXML.cmake
b/cmake/modules/FindDocBookXML.c
index 26053bf..97f0f55 100644
--- a/cmake/modules/FindDocBookXML.cmake
+++ b/cmake/modules/FindDocBookXML.cmake
@@ -12,7 +12,7 @@
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-set (DOCBOOKXML_CURRENTDTD_VERSION "4.2"
+set (DOCBOOKXML_CURRENTDTD_VERSION "4.5"
CACHE INTERNAL "Required version of XML DTDs")
set (DTD_PATH_LIST
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Kde-windows
mailing list