aboutsummaryrefslogtreecommitdiff
path: root/editors/calligra/files/patch-cmake__modules__FindWPG.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'editors/calligra/files/patch-cmake__modules__FindWPG.cmake')
-rw-r--r--editors/calligra/files/patch-cmake__modules__FindWPG.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/calligra/files/patch-cmake__modules__FindWPG.cmake b/editors/calligra/files/patch-cmake__modules__FindWPG.cmake
deleted file mode 100644
index fe0baab4eb6f..000000000000
--- a/editors/calligra/files/patch-cmake__modules__FindWPG.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./cmake/modules/FindWPG.cmake.orig 2010-03-30 00:05:52.000000000 +1100
-+++ ./cmake/modules/FindWPG.cmake 2010-03-30 13:07:46.392743489 +1100
-@@ -29,7 +29,7 @@
- FIND_PATH(LIBWPG_INCLUDE_DIR libwpg/libwpg.h
- PATHS
- ${LIBWPG_INCLUDE_DIRS}
-- PATH_SUFFIXES libwpg
-+ PATH_SUFFIXES libwpg-0.1
- )
-
- IF (LIBWPG_INCLUDE_DIR AND LIBWPG_LIBRARIES)