diff options
author | Willy Sudiarto Raharjo <willysr@gmail.com> | 2012-09-17 21:51:03 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-17 23:36:13 -0500 |
commit | 6194d0b79e50e1f13932d2d0ccc836a191f6154b (patch) | |
tree | 4660b565a07b105cd87d1f163b8e6b85a105f2ee /multimedia/subtitlecomposer/subtitlecomposer-linkage.patch | |
parent | d59497fc9bf2965e2dc12315a3386c2844ed3f10 (diff) | |
download | slackbuilds-6194d0b79e50e1f13932d2d0ccc836a191f6154b.tar.gz |
multimedia/subtitlecomposer: rebuilt to add patches to compile.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/subtitlecomposer/subtitlecomposer-linkage.patch')
-rw-r--r-- | multimedia/subtitlecomposer/subtitlecomposer-linkage.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/subtitlecomposer/subtitlecomposer-linkage.patch b/multimedia/subtitlecomposer/subtitlecomposer-linkage.patch new file mode 100644 index 0000000000..62f572e67a --- /dev/null +++ b/multimedia/subtitlecomposer/subtitlecomposer-linkage.patch @@ -0,0 +1,11 @@ +--- subtitlecomposer-0.5.3/src/main/CMakeLists.txt.orig 2009-04-17 15:09:12.000000000 -0400 ++++ subtitlecomposer-0.5.3/src/main/CMakeLists.txt 2010-01-12 01:19:25.000000000 -0500 +@@ -46,6 +46,8 @@ + ${KDE4_KDEUI_LIBS} + ${KDE4_KHTML_LIBS} + ${KDE4_KFILE_LIBS} ++ ${KDE4_PHONON_LIBS} ++ ${KDE4_KROSSCORE_LIBS} + ${KDE4_KROSSUI_LIBS} + ${common_LIBS} + ${config_LIBS} |