summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics4/files/patch-libs__libkdcraw__CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kdegraphics4/files/patch-libs__libkdcraw__CMakeLists.txt')
-rw-r--r--graphics/kdegraphics4/files/patch-libs__libkdcraw__CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/kdegraphics4/files/patch-libs__libkdcraw__CMakeLists.txt b/graphics/kdegraphics4/files/patch-libs__libkdcraw__CMakeLists.txt
deleted file mode 100644
index 46a5c62ffd1d..000000000000
--- a/graphics/kdegraphics4/files/patch-libs__libkdcraw__CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./libs/libkdcraw/CMakeLists.txt.orig 2009-05-06 12:13:22.000000000 +0200
-+++ ./libs/libkdcraw/CMakeLists.txt 2009-06-07 01:15:33.000000000 +0200
-@@ -114,9 +114,9 @@
- # =======================================================
-
- IF(NOT WIN32)
-- CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkdcraw.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/libkdcraw.pc)
-+ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkdcraw.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/libkdcraw-kde4.pc)
- CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkdcraw.lsm.cmake ${CMAKE_CURRENT_BINARY_DIR}/libkdcraw.lsm)
-- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libkdcraw.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
-+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libkdcraw-kde4.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
- ENDIF(NOT WIN32)
-
- SUBDIRS(icons)