summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-03-16 13:00:08 +0100
committer Eric Hameleers <alien@slackware.com>2016-03-16 13:00:08 +0100
commitc5363255c8077b1d8dba234cf534eb730394111f (patch)
tree6e3246047cf00e09f80e3a8da87a0e75e11ac1d8
parentad0340bcbfcd5aec5c9e18fbdf63e6843a049182 (diff)
downloadktown-c5363255c8077b1d8dba234cf534eb730394111f.tar.gz
ktown-c5363255c8077b1d8dba234cf534eb730394111f.tar.xz
Rebase the libpci patch for kinfocenter.
-rw-r--r--kde/patch/kinfocenter/kinfocenter_libpci.patch10
1 files changed, 7 insertions, 3 deletions
diff --git a/kde/patch/kinfocenter/kinfocenter_libpci.patch b/kde/patch/kinfocenter/kinfocenter_libpci.patch
index 24dc265..a2bc007 100644
--- a/kde/patch/kinfocenter/kinfocenter_libpci.patch
+++ b/kde/patch/kinfocenter/kinfocenter_libpci.patch
@@ -1,9 +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 @@
+--- kinfocenter-5.5.5/cmake/FindPCIUTILS.cmake.orig 2016-03-01 14:32:01.000000000 +0100
++++ kinfocenter-5.5.5/cmake/FindPCIUTILS.cmake 2016-03-11 13:00:12.412315320 +0100
+@@ -19,6 +19,14 @@
else(RESOLV_LIBRARY)
set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARY})
endif(RESOLV_LIBRARY)
++ FIND_LIBRARY(UDEV_LIBRARY NAMES udev)
++ if(UDEV_LIBRARY)
++ set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARIES} ${UDEV_LIBRARY})
++ endif(UDEV_LIBRARY)
+ FIND_LIBRARY(ZLIB_LIBRARY NAMES z)
+ if(ZLIB_LIBRARY)
+ set(ZLIB_LIBRARIES ${ZLIB_LIBRARY})