From 6d70d239bcdd2422a1117b5d5d55c8d715ce2d79 Mon Sep 17 00:00:00 2001 From: dsomero Date: Fri, 1 Apr 2011 22:15:08 -0400 Subject: multimedia/subtitlecomposer: Patched to build with gcc 4.5. Signed-off-by: dsomero --- .../subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch (limited to 'multimedia/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch') 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 0000000000000..4439071173b1a --- /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( list ) + { + } -- cgit v1.2.3