summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2012-09-22 13:53:41 -0400
committerJonathan Callen <abcd@gentoo.org>2012-09-22 13:53:41 -0400
commit4ab8bd044401231beae1b4bde63450de21a622a9 (patch)
treeaa756303cd1c8ab0960432a0e495409e6ee577d6
parent36014c93623cf3880b03bd1c057a3eb2a9029e65 (diff)
downloadkde-4ab8bd044401231beae1b4bde63450de21a622a9.tar.gz
kde-4ab8bd044401231beae1b4bde63450de21a622a9.tar.bz2
kde-4ab8bd044401231beae1b4bde63450de21a622a9.zip
[kde-base/marble] Remove unused files
(Portage version: 2.2.0_alpha129/git/Linux x86_64, unsigned Manifest commit)
-rw-r--r--kde-base/marble/files/marble-4.9.1-shapelib.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde-base/marble/files/marble-4.9.1-shapelib.patch b/kde-base/marble/files/marble-4.9.1-shapelib.patch
deleted file mode 100644
index 2f86c7378b8..00000000000
--- a/kde-base/marble/files/marble-4.9.1-shapelib.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/plugins/runner/CMakeLists.txt b/src/plugins/runner/CMakeLists.txt
-index 4ab295a..0b82fa7 100644
---- a/src/plugins/runner/CMakeLists.txt
-+++ b/src/plugins/runner/CMakeLists.txt
-@@ -26,7 +26,7 @@ add_subdirectory( osm )
- add_subdirectory( pnt )
- add_subdirectory( log )
-
--find_package( libshp )
-+macro_optional_find_package( libshp )
- if( LIBSHP_FOUND )
- add_subdirectory( shp )
- endif( LIBSHP_FOUND )