summaryrefslogtreecommitdiff
path: root/graphics/okular-kde4/files/patch-OkularConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/okular-kde4/files/patch-OkularConfig.cmake')
-rw-r--r--graphics/okular-kde4/files/patch-OkularConfig.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/okular-kde4/files/patch-OkularConfig.cmake b/graphics/okular-kde4/files/patch-OkularConfig.cmake
new file mode 100644
index 000000000000..965d76a1272d
--- /dev/null
+++ b/graphics/okular-kde4/files/patch-OkularConfig.cmake
@@ -0,0 +1,14 @@
+Find the okular headers when they are installed into a subdirectory of
+${LOCALBASE}/include too (it currently follows x11/kdelibs4 and installs into
+include/kde4).
+--- OkularConfig.cmake.orig 2016-03-11 08:43:22 UTC
++++ OkularConfig.cmake
+@@ -7,7 +7,7 @@ get_filename_component( _okularBaseDir
+
+ # find the full paths to the library and the includes:
+ find_path(OKULAR_INCLUDE_DIR okular/core/document.h
+- HINTS ${_okularBaseDir}/include
++ HINTS ${_okularBaseDir}/include PATH_SUFFIXES kde4
+ NO_DEFAULT_PATH)
+
+ find_library(OKULAR_CORE_LIBRARY okularcore