summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-11-22 20:06:52 +0100
committerMichael Palimaka <kensington@gentoo.org>2015-12-06 20:45:41 +1100
commit642cec3670a73b4e3ff1250e8fd332be385b97c6 (patch)
treedb25427bee2f2339547ef8e11d87f3231d8560c9 /kde-apps/gpgmepp/files
parentkde-apps: Move 15.08.3 kdeaccessibility and kdegames from overlay (diff)
downloadgentoo-642cec3670a73b4e3ff1250e8fd332be385b97c6.tar.gz
gentoo-642cec3670a73b4e3ff1250e8fd332be385b97c6.tar.bz2
gentoo-642cec3670a73b4e3ff1250e8fd332be385b97c6.zip
kde-apps/gpgmepp: Move 4.14.10 from overlay
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-apps/gpgmepp/files')
-rw-r--r--kde-apps/gpgmepp/files/kdepimlibs-4.9.1-boostincludes.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/kde-apps/gpgmepp/files/kdepimlibs-4.9.1-boostincludes.patch b/kde-apps/gpgmepp/files/kdepimlibs-4.9.1-boostincludes.patch
new file mode 100644
index 000000000000..2df44a733084
--- /dev/null
+++ b/kde-apps/gpgmepp/files/kdepimlibs-4.9.1-boostincludes.patch
@@ -0,0 +1,15 @@
+Make sure that the Boost headers are actually found, since they are
+referenced in the kdepimlibs headers.
+Patch by Alex Turbov, see https://bugs.kde.org/show_bug.cgi?id=306323
+
+--- KdepimLibsConfig.cmake.in.org 2012-08-13 12:46:24.000000000 +0400
++++ KdepimLibsConfig.cmake.in 2012-09-06 08:53:53.000000000 +0400
+@@ -15,7 +15,7 @@
+ set(KDEPIMLIBS_DBUS_INTERFACES_DIR "@KDEPIMLIBS_DBUS_INTERFACES_DIR@")
+ set(KDEPIMLIBS_DBUS_SERVICES_DIR "@KDEPIMLIBS_DBUS_SERVICES_DIR@")
+ set(KDEPIMLIBS_INCLUDE_DIR "@KDEPIMLIBS_INCLUDE_DIR@")
+-set(KDEPIMLIBS_INCLUDE_DIRS "@KDEPIMLIBS_INCLUDE_DIR@" "@KDEPIMLIBS_INCLUDE_DIR@/KDE")
++set(KDEPIMLIBS_INCLUDE_DIRS "@KDEPIMLIBS_INCLUDE_DIR@" "@KDEPIMLIBS_INCLUDE_DIR@/KDE" "@Boost_INCLUDE_DIR@")
+ set(KDEPIMLIBS_LIB_DIR "@KDEPIMLIBS_LIB_DIR@")
+ set(KDEPIMLIBS_BIN_DIR "@KDEPIMLIBS_BIN_DIR@")
+ set(KDEPIMLIBS_LIBEXEC_DIR "@KDEPIMLIBS_LIBEXEC_DIR@")