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-0.5.3-gcc45.patch | |
parent | d59497fc9bf2965e2dc12315a3386c2844ed3f10 (diff) |
multimedia/subtitlecomposer: rebuilt to add patches to compile.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch')
-rw-r--r-- | multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch b/multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch deleted file mode 100644 index 4439071173b1a..0000000000000 --- a/multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix build with GCC-4.5 - -http://bugs.gentoo.org/show_bug.cgi?id=323055 - ---- src/core/sstring.cpp -+++ src/core/sstring.cpp -@@ -1112,7 +1112,7 @@ - append( str ); - } - --SStringList::SStringList( const SStringList::SStringList& list ): -+SStringList::SStringList( const SStringList& list ): - QList<SString>( list ) - { - } |