diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-06-23 10:25:54 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-06-23 10:25:54 +0200 |
commit | c5be5e13a14ad51c59c496d407c7d7c8e7fd8540 (patch) | |
tree | 40a256e66579ffd00df756fc091249234ff66aec /redhat/kdelibs/kdelibs-3.5.13-fix_build_kspell2.patch | |
parent | d5d98e581ca554dba936ea8405d1ecf5fe8931c4 (diff) | |
download | tde-packaging-c5be5e13a14ad51c59c496d407c7d7c8e7fd8540.tar.gz tde-packaging-c5be5e13a14ad51c59c496d407c7d7c8e7fd8540.zip |
RHEL/Fedora: updates kdelibs
Diffstat (limited to 'redhat/kdelibs/kdelibs-3.5.13-fix_build_kspell2.patch')
-rw-r--r-- | redhat/kdelibs/kdelibs-3.5.13-fix_build_kspell2.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/redhat/kdelibs/kdelibs-3.5.13-fix_build_kspell2.patch b/redhat/kdelibs/kdelibs-3.5.13-fix_build_kspell2.patch new file mode 100644 index 000000000..b34f3bf7e --- /dev/null +++ b/redhat/kdelibs/kdelibs-3.5.13-fix_build_kspell2.patch @@ -0,0 +1,27 @@ +commit 3e284fadb9110cdd2a2dcf9c2e960c74f15e0360 +Author: Slávek Banko <slavek.banko@axis.cz> +Date: 1339570958 +0200 + + Fix FTBFS - incomplete build kspell2 + This closes Bug 657 + +diff --git a/kspell2/ui/CMakeLists.txt b/kspell2/ui/CMakeLists.txt +index 65ea158..a83774d 100644 +--- a/kspell2/ui/CMakeLists.txt ++++ b/kspell2/ui/CMakeLists.txt +@@ -54,12 +54,14 @@ tde_add_library( ${target} STATIC_PIC AUTOMOC + set( target kspell2 ) + + set( ${target}_SRCS ++ configwidget.cpp highlighter.cpp configdialog.cpp ++ kspell2ui.ui configui.ui + dialog.cpp + ) + + tde_add_library( ${target} SHARED AUTOMOC + SOURCES ${${target}_SRCS} + VERSION 1.0.0 +- LINK kspell2-static kspell2base-static kutils-shared ++ LINK kspell2base-static kutils-shared + DESTINATION ${LIB_INSTALL_DIR} + ) |