summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/transkode/files/transkode-0.7-gcc-4.3.patch')
-rw-r--r--media-sound/transkode/files/transkode-0.7-gcc-4.3.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/media-sound/transkode/files/transkode-0.7-gcc-4.3.patch b/media-sound/transkode/files/transkode-0.7-gcc-4.3.patch
new file mode 100644
index 000000000000..913643cc447b
--- /dev/null
+++ b/media-sound/transkode/files/transkode-0.7-gcc-4.3.patch
@@ -0,0 +1,33 @@
+--- transkode-orig/src/common/commondefs.cpp 2008-06-14 03:24:47.917494228 +0200
++++ transkode/src/common/commondefs.cpp 2008-06-14 03:28:53.997494410 +0200
+@@ -38,6 +38,8 @@
+ #include <unistd.h>
+ #endif
+
++#include <cstdlib>
++
+ /**
+ * GeneralOpt
+ */
+--- transkode-orig/src/configdialog/streamsettings.ui.h 2008-06-14 03:25:38.949495111 +0200
++++ transkode/src/configdialog/streamsettings.ui.h 2008-06-14 03:29:31.221493848 +0200
+@@ -42,6 +42,8 @@
+ #include <kmessagebox.h>
+ #include <klocale.h>
+
++#include <cstdlib>
++
+ void StreamSettings::cleanUpRippedStreams()
+ {
+ if ( KMessageBox::warningContinueCancel(
+--- transkode-orig/src/plugins/processhandler.cpp 2008-06-14 03:28:04.489494618 +0200
++++ transkode/src/plugins/processhandler.cpp 2008-06-14 03:30:00.181493697 +0200
+@@ -28,6 +28,8 @@
+ #include <qtimer.h>
+ #include <qregexp.h>
+
++#include <cstdlib>
++
+ ProcessHandler::ProcessHandler( int priority, int comm, QObject* parent, const char* name ):
+ QProcess( parent, name ),
+ m_priority( priority ),