summaryrefslogtreecommitdiff
path: root/x11/kdelibs-kde4/files/patch-cmake_modules_FindLibKonq.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs-kde4/files/patch-cmake_modules_FindLibKonq.cmake')
-rw-r--r--x11/kdelibs-kde4/files/patch-cmake_modules_FindLibKonq.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/kdelibs-kde4/files/patch-cmake_modules_FindLibKonq.cmake b/x11/kdelibs-kde4/files/patch-cmake_modules_FindLibKonq.cmake
deleted file mode 100644
index 7356bd884fa8..000000000000
--- a/x11/kdelibs-kde4/files/patch-cmake_modules_FindLibKonq.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./cmake/modules/FindLibKonq.cmake.orig 2009-05-27 21:54:40.000000000 +0200
-+++ ./cmake/modules/FindLibKonq.cmake 2009-06-06 01:53:49.000000000 +0200
-@@ -14,7 +14,7 @@
-
- find_path(LIBKONQ_INCLUDE_DIR konq_popupmenuplugin.h )
-
--find_library(LIBKONQ_LIBRARY konq)
-+find_library(LIBKONQ_LIBRARY NAMES konq PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH)
-
- include(FindPackageHandleStandardArgs)
- find_package_handle_standard_args(LIBKONQ DEFAULT_MSG LIBKONQ_INCLUDE_DIR LIBKONQ_LIBRARY )