summaryrefslogtreecommitdiffstats
path: root/kde/patch/kinfocenter/kinfocenter_libpci.patch
blob: 24dc2656c37bb1ad52188c62ca5241bce4bc36e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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)