diff options
Diffstat (limited to 'kde-apps/gpgmepp/files/kdepimlibs-4.14.11-boostincludes.patch')
-rw-r--r-- | kde-apps/gpgmepp/files/kdepimlibs-4.14.11-boostincludes.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kde-apps/gpgmepp/files/kdepimlibs-4.14.11-boostincludes.patch b/kde-apps/gpgmepp/files/kdepimlibs-4.14.11-boostincludes.patch deleted file mode 100644 index 1b5cdcb52e46..000000000000 --- a/kde-apps/gpgmepp/files/kdepimlibs-4.14.11-boostincludes.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 - ---- a/KdepimLibsConfig.cmake.in.org 2012-08-13 12:46:24.000000000 +0400 -+++ b/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@") |