summaryrefslogtreecommitdiffstats
path: root/kde/patch/kinfocenter/kinfocenter_libpci.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/kinfocenter/kinfocenter_libpci.patch')
-rw-r--r--kde/patch/kinfocenter/kinfocenter_libpci.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde/patch/kinfocenter/kinfocenter_libpci.patch b/kde/patch/kinfocenter/kinfocenter_libpci.patch
new file mode 100644
index 0000000..24dc265
--- /dev/null
+++ b/kde/patch/kinfocenter/kinfocenter_libpci.patch
@@ -0,0 +1,13 @@
+--- kinfocenter-4.96.0/cmake/FindPCIUTILS.cmake.orig 2014-05-22 15:11:30.928207370 +0200
++++ kinfocenter-4.96.0/cmake/FindPCIUTILS.cmake 2014-05-22 15:19:31.091188117 +0200
+@@ -19,6 +19,10 @@
+ else(RESOLV_LIBRARY)
+ set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARY})
+ endif(RESOLV_LIBRARY)
++ FIND_LIBRARY(ZLIB_LIBRARY NAMES z)
++ if(ZLIB_LIBRARY)
++ set(ZLIB_LIBRARIES ${ZLIB_LIBRARY})
++ endif(ZLIB_LIBRARY)
+ endif(PCIUTILS_LIBRARY)
+
+