aboutsummaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/files/patch-kinfocenter__Modules__base__CMakeLists.txt
blob: b8c999de736a1037e19cea7b09a66646d30d8bae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./kinfocenter/Modules/base/CMakeLists.txt.orig	2011-05-20 22:32:07.000000000 +0200
+++ ./kinfocenter/Modules/base/CMakeLists.txt	2011-08-09 20:48:13.345451554 +0200
@@ -1,6 +1,6 @@
 # TODO: HAVE_LIBDEVINFO_H (for Solaris 7 and later)
 #   to be set if both -ldevinfo and libdevinfo.h exist
 
-check_include_files(devinfo.h HAVE_DEVINFO_H)       # info_fbsd.cpp
+check_include_files("sys/types.h;devinfo.h" HAVE_DEVINFO_H)       # info_fbsd.cpp
 
 configure_file (../base/config-infocenter.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-infocenter.h )