summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-04-10 18:32:23 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-04-10 18:32:23 +0000
commiteb69744d72a85bc2fe1b1fcb766111d023b957a8 (patch)
tree2f585f28c2a8de946a34c317085a1471f0d149f7 /media-libs/mlt++/files
parentAdd ~sparc at user's (LabMonkey) suggestion. Nice application and appears to (diff)
downloadhistorical-eb69744d72a85bc2fe1b1fcb766111d023b957a8.tar.gz
historical-eb69744d72a85bc2fe1b1fcb766111d023b957a8.tar.bz2
historical-eb69744d72a85bc2fe1b1fcb766111d023b957a8.zip
gcc 4.3 build fix by Martin Väth <vaeth@mathematik.uni-wuerzburg.de>, bug #216220
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'media-libs/mlt++/files')
-rw-r--r--media-libs/mlt++/files/mlt++-0.2.2-gcc-4.3.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/media-libs/mlt++/files/mlt++-0.2.2-gcc-4.3.patch b/media-libs/mlt++/files/mlt++-0.2.2-gcc-4.3.patch
new file mode 100644
index 000000000000..f46682e6d426
--- /dev/null
+++ b/media-libs/mlt++/files/mlt++-0.2.2-gcc-4.3.patch
@@ -0,0 +1,9 @@
+--- test/server.cpp
++++ test/server.cpp
+@@ -1,5 +1,6 @@
+ #include <iostream>
+ #include <string>
++#include <cstring>
+ #include <sstream>
+ using namespace std;
+