summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.3.2-cmake.patch')
-rw-r--r--dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.3.2-cmake.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.3.2-cmake.patch b/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.3.2-cmake.patch
deleted file mode 100644
index e8e13c480bf4..000000000000
--- a/dev-libs/libdbusmenu-qt/files/libdbusmenu-qt-0.3.2-cmake.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Only in .: build
-diff -ru ../libdbusmenu-qt-0.3.2/cmake/modules/FindQJSON.cmake ./cmake/modules/FindQJSON.cmake
---- ../libdbusmenu-qt-0.3.2/cmake/modules/FindQJSON.cmake 2010-04-27 15:20:49.187784398 +0200
-+++ ./cmake/modules/FindQJSON.cmake 2010-04-27 15:21:06.515858660 +0200
-@@ -17,14 +17,14 @@
- # use pkg-config to get the values of QJSON_INCLUDE_DIRS
- # and QJSON_LIBRARY_DIRS to add as hints to the find commands.
- include (FindPkgConfig)
-- pkg_check_modules (QJSON QJson>=0.5)
-+ pkg_check_modules (PC_QJSON QJson>=0.5)
- endif (NOT WIN32)
-
- find_library (QJSON_LIBRARIES
- NAMES
- qjson
- PATHS
-- ${QJSON_LIBRARY_DIRS}
-+ ${PC_QJSON_LIBRARY_DIRS}
- ${LIB_INSTALL_DIR}
- ${KDE4_LIB_DIR}
- )
-@@ -35,7 +35,7 @@
- PATH_SUFFIXES
- qjson
- PATHS
-- ${QJSON_INCLUDE_DIRS}
-+ ${PC_QJSON_INCLUDE_DIRS}
- ${INCLUDE_INSTALL_DIR}
- ${KDE4_INCLUDE_DIR}
- )