summaryrefslogtreecommitdiff
path: root/extra/digikam/digikam-3.1.0-htmlexport.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/digikam/digikam-3.1.0-htmlexport.patch')
-rw-r--r--extra/digikam/digikam-3.1.0-htmlexport.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/digikam/digikam-3.1.0-htmlexport.patch b/extra/digikam/digikam-3.1.0-htmlexport.patch
new file mode 100644
index 000000000..c9e2ff365
--- /dev/null
+++ b/extra/digikam/digikam-3.1.0-htmlexport.patch
@@ -0,0 +1,15 @@
+--- digikam-3.1.0/extra/kipi-plugins/CMakeLists.txt 2013-03-11 10:24:11.000000000 +0200
++++ digikam-3.1.0/extra/kipi-plugins/CMakeLists.txt 2013-03-13 00:15:05.539275132 +0200
+@@ -468,9 +468,9 @@
+ # Currently the cmake module distributed w/ cmake uses a different variable
+ # name LIBXLST_EXSLT_LIBRARIES for libxeslt than the cmake modeule
+ # distributed w/ kdelibs LIBEXSLT_LIBRARIES.
+- if (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
+- set(LIBXSLT_EXSLT_LIBRARIES ${LIBXSLT_LIBRARIES})
+- endif (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
++ if (NOT LIBXSLT_EXSLT_LIBRARIES AND LIBEXSLT_LIBRARIES)
++ set(LIBXSLT_EXSLT_LIBRARIES ${LIBEXSLT_LIBRARIES})
++ endif (NOT LIBXSLT_EXSLT_LIBRARIES AND LIBEXSLT_LIBRARIES)
+ IF(LIBXML2_FOUND AND LIBXSLT_FOUND AND LIBXSLT_EXSLT_LIBRARIES)
+ ADD_SUBDIRECTORY(htmlexport)
+ ENDIF(LIBXML2_FOUND AND LIBXSLT_FOUND AND LIBXSLT_EXSLT_LIBRARIES)