summaryrefslogtreecommitdiff
path: root/multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch
diff options
context:
space:
mode:
authordsomero <xgizzmo@slackbuilds.org>2011-04-01 22:15:08 -0400
committerRobby Workman <rworkman@slackbuilds.org>2011-04-03 09:34:02 -0500
commit6d70d239bcdd2422a1117b5d5d55c8d715ce2d79 (patch)
tree89a917e5b30593c34427ed988ae90123d98e8a75 /multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch
parent1279f8e909197f81bf0bebe53014167a8288af8f (diff)
downloadslackbuilds-6d70d239bcdd2422a1117b5d5d55c8d715ce2d79.tar.gz
multimedia/subtitlecomposer: Patched to build with gcc 4.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch')
-rw-r--r--multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch b/multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch
new file mode 100644
index 0000000000..4439071173
--- /dev/null
+++ b/multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch
@@ -0,0 +1,15 @@
+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 )
+ {
+ }