diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-04 22:17:21 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-04 22:17:21 +0200 |
commit | 23921d42c670b601f623ddf441bdddde446ddefc (patch) | |
tree | 6bb9ba394ed8bb782f68c4b651b84f20b189b4df /redhat/applications/kbfx/kbfx-3.5.13-missing_ldflags.patch | |
parent | 7336aed1c1722594a8e8ead94d7d1fec8e578743 (diff) | |
download | tde-packaging-23921d42c670b601f623ddf441bdddde446ddefc.tar.gz tde-packaging-23921d42c670b601f623ddf441bdddde446ddefc.zip |
MGA2/MDV2012: add some applications ...
Diffstat (limited to 'redhat/applications/kbfx/kbfx-3.5.13-missing_ldflags.patch')
-rw-r--r-- | redhat/applications/kbfx/kbfx-3.5.13-missing_ldflags.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/redhat/applications/kbfx/kbfx-3.5.13-missing_ldflags.patch b/redhat/applications/kbfx/kbfx-3.5.13-missing_ldflags.patch new file mode 100644 index 000000000..ac20238f7 --- /dev/null +++ b/redhat/applications/kbfx/kbfx-3.5.13-missing_ldflags.patch @@ -0,0 +1,20 @@ +--- kbfx/plugins/applications/CMakeLists.txt.ORI 2012-08-04 18:24:43.221636976 +0200 ++++ kbfx/plugins/applications/CMakeLists.txt 2012-08-04 18:26:32.602463608 +0200 +@@ -21,6 +21,7 @@ + ${KDE3_UI_LIBRARY} + ${KDE3_KHTML_LIBRARY} + ${M_LIBRARY} ++ ${KDE3_DCOP_LIBRARY} + ) + + KDE3_INSTALL_LIBTOOL_FILE(kbfxplasmadatastub ${LIB_INSTALL_DIR}/kbfx/plugins) +--- kbfx/plugins/settings/CMakeLists.txt.ORI 2012-08-04 18:28:43.968853387 +0200 ++++ kbfx/plugins/settings/CMakeLists.txt 2012-08-04 18:29:10.408328041 +0200 +@@ -21,6 +21,7 @@ + ${KDE3_UI_LIBRARY} + ${KDE3_KHTML_LIBRARY} + ${M_LIBRARY} ++ ${KDE3_DCOP_LIBRARY} + ) + + KDE3_INSTALL_LIBTOOL_FILE(kbfxplasmadatasettings ${LIB_INSTALL_DIR}/kbfx/plugins) |