summaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps/files/patch-apps__kinfocenter__base__CMakeLists.txt
blob: 72b28620dcec9e490df7aa8c3589310d9f31326b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./apps/kinfocenter/base/CMakeLists.txt.orig	2008-04-18 11:21:39.000000000 +0400
+++ ./apps/kinfocenter/base/CMakeLists.txt	2009-09-04 00:32:17.000000000 +0400
@@ -2,7 +2,7 @@
 # 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
 check_include_files(fstab.h HAVE_FSTAB_H)           # info_linux.cpp
 check_include_files(linux/raw.h HAVE_LINUX_RAW_H)   # info_linux.cpp
 check_include_files(mntent.h HAVE_MNTENT_H)         # info_linux.cpp