summaryrefslogtreecommitdiffstats
path: root/redhat/applications/tdesvn/kdesvn-3.5.13-fix_gcc47_compilation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/tdesvn/kdesvn-3.5.13-fix_gcc47_compilation.patch')
-rw-r--r--redhat/applications/tdesvn/kdesvn-3.5.13-fix_gcc47_compilation.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/applications/tdesvn/kdesvn-3.5.13-fix_gcc47_compilation.patch b/redhat/applications/tdesvn/kdesvn-3.5.13-fix_gcc47_compilation.patch
deleted file mode 100644
index 850d5c7c0..000000000
--- a/redhat/applications/tdesvn/kdesvn-3.5.13-fix_gcc47_compilation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kdesvn/src/kdesvnd/CMakeLists.txt.ORI 2012-05-01 23:53:03.503449741 +0200
-+++ kdesvn/src/kdesvnd/CMakeLists.txt 2012-05-01 23:53:09.754340075 +0200
-@@ -23,7 +23,7 @@
-
- SET_TARGET_PROPERTIES(kded_kdesvnd
- PROPERTIES
-- LINK_FLAGS "${LINK_NO_UNDEFINED} ${_BASE_LDADD} ${APR_EXTRA_LIBFLAGS} ${APU_EXTRA_LIBFLAGS} -module")
-+ LINK_FLAGS "${LINK_NO_UNDEFINED} ${_BASE_LDADD} ${APR_EXTRA_LIBFLAGS} ${APU_EXTRA_LIBFLAGS}")
-
- INSTALL(TARGETS kded_kdesvnd
- RUNTIME DESTINATION ${BIN_INSTALL_DIR}