diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-11-26 12:39:13 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-11-26 12:39:13 +0000 |
commit | f45ff646138327fea50d76989f0b032dc4c560ec (patch) | |
tree | 8d417f10eb3d1ea41b7d339a7ab7ebab6f4ffd3b /x11-themes | |
parent | e59fc587d3d05a848bb1886b566e8eb67415c24b (diff) | |
download | ports-f45ff646138327fea50d76989f0b032dc4c560ec.tar.gz ports-f45ff646138327fea50d76989f0b032dc4c560ec.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kdeartwork4/files/patch-kscreensaver_xsavers_CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-themes/kdeartwork4/files/patch-kscreensaver_xsavers_CMakeLists.txt b/x11-themes/kdeartwork4/files/patch-kscreensaver_xsavers_CMakeLists.txt new file mode 100644 index 000000000000..e6aba69f8130 --- /dev/null +++ b/x11-themes/kdeartwork4/files/patch-kscreensaver_xsavers_CMakeLists.txt @@ -0,0 +1,10 @@ +Fix the build with CMake 3.4.0. + +Not upstreamable, kdeartwork is unmaintained. +--- kscreensaver/xsavers/CMakeLists.txt.orig 2015-11-26 12:38:07 UTC ++++ kscreensaver/xsavers/CMakeLists.txt +@@ -1,3 +1,4 @@ ++include(CheckIncludeFiles) + check_include_files(memory.h HAVE_MEMORY_H) + configure_file (config-xsavers.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-xsavers.h ) + |