diff options
author | avilla <avilla@FreeBSD.org> | 2012-08-25 09:38:34 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-08-25 09:38:34 +0800 |
commit | 5dc938c3929526f64b6385dcd17184998e64cc54 (patch) | |
tree | 7ee47eb575ccef800f48a880b9c3792fb90b3dd4 /deskutils | |
parent | 8d7190c4766738b8c32fa8e5b51d2d8c6a7e8ddc (diff) | |
download | freebsd-ports-gnome-5dc938c3929526f64b6385dcd17184998e64cc54.tar.gz freebsd-ports-gnome-5dc938c3929526f64b6385dcd17184998e64cc54.tar.zst freebsd-ports-gnome-5dc938c3929526f64b6385dcd17184998e64cc54.zip |
- Remove check for inotify.h.
devel/libinotify doesn't support yet some of the events used by the
code, so we can't add it as a dependency, and we need to disable the
checks.
PR: 170209
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt | 10 | ||||
-rw-r--r-- | deskutils/kdepim44/files/patch-kmail__CMakeLists.txt | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt b/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt new file mode 100644 index 000000000000..a06653e8ebd3 --- /dev/null +++ b/deskutils/kdepim4/files/patch-messageviewer__CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./messageviewer/CMakeLists.txt.orig 2012-08-25 03:19:01.387668126 +0200 ++++ ./messageviewer/CMakeLists.txt 2012-08-25 03:19:18.597652001 +0200 +@@ -17,7 +17,6 @@ + + configure_file(messageviewer.kcfg.cmake ${CMAKE_CURRENT_BINARY_DIR}/messageviewer.kcfg) + +-check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND) + macro_bool_to_01(SYS_INOTIFY_H_FOUND HAVE_SYS_INOTIFY_H) + configure_file(config-messageviewer.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-messageviewer.h) + diff --git a/deskutils/kdepim44/files/patch-kmail__CMakeLists.txt b/deskutils/kdepim44/files/patch-kmail__CMakeLists.txt new file mode 100644 index 000000000000..bc0d51a3daa3 --- /dev/null +++ b/deskutils/kdepim44/files/patch-kmail__CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./kmail/CMakeLists.txt.orig 2012-08-25 02:59:33.137594262 +0200 ++++ ./kmail/CMakeLists.txt 2012-08-25 03:03:00.337595149 +0200 +@@ -4,7 +4,6 @@ + check_include_files(fcntl.h HAVE_FCNTL_H) + check_include_files(byteswap.h HAVE_BYTESWAP_H) + check_include_files(paths.h HAVE_PATHS_H) +-check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND) + check_function_exists(mmap HAVE_MMAP) + macro_bool_to_01(SYS_INOTIFY_H_FOUND HAVE_SYS_INOTIFY_H) + |