diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-11-11 14:52:55 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-11-11 14:52:55 +0000 |
commit | 1eaf70ccba865d13e1fd46aba750bed026167383 (patch) | |
tree | 9b9d4fd88d11a3b6eca96a6ebeb643e0d224c53f /kde-base/kdepimlibs/files | |
parent | Add ~x86 keyword (diff) | |
download | gentoo-2-1eaf70ccba865d13e1fd46aba750bed026167383.tar.gz gentoo-2-1eaf70ccba865d13e1fd46aba750bed026167383.tar.bz2 gentoo-2-1eaf70ccba865d13e1fd46aba750bed026167383.zip |
Backport a patch from upstream fixing a configure failure, wrt bug #442214.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-base/kdepimlibs/files')
-rw-r--r-- | kde-base/kdepimlibs/files/kdepimlibs-4.9.3-configure.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-base/kdepimlibs/files/kdepimlibs-4.9.3-configure.patch b/kde-base/kdepimlibs/files/kdepimlibs-4.9.3-configure.patch new file mode 100644 index 000000000000..3ae993968451 --- /dev/null +++ b/kde-base/kdepimlibs/files/kdepimlibs-4.9.3-configure.patch @@ -0,0 +1,27 @@ +From 9d7e2f01702a7c713184a2f3434a5b92563375c3 Mon Sep 17 00:00:00 2001 +From: Stephen Kelly <steveire@gmail.com> +Date: Sun, 12 Feb 2012 17:16:51 +0100 +Subject: [PATCH] Remove include which only generates errors because it is + obsolete. + +REVIEW: 107255 +--- + gpgme++/CMakeLists.txt | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/gpgme++/CMakeLists.txt b/gpgme++/CMakeLists.txt +index 00c51a2..674d5d3 100644 +--- a/gpgme++/CMakeLists.txt ++++ b/gpgme++/CMakeLists.txt +@@ -117,8 +117,6 @@ if ( GPGME_PTH_FOUND ) + install(TARGETS gpgmepp-pth EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS} ) + endif() + +- +-include( CMakeExportBuildSettings ) + # this writes way too much, but do we care? + EXPORT_LIBRARY_DEPENDENCIES( ${CMAKE_CURRENT_BINARY_DIR}/GpgmeppLibraryDepends.cmake ) + +-- +1.8.0 + |