diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-06-14 02:45:00 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-06-14 02:45:00 +0000 |
commit | 0e21accde062399c1aea43a8a0c7947ee94b1233 (patch) | |
tree | 05870535673bf8280517b844bd2a3e2ea3aad73b /media-sound/transkode/files | |
parent | Initial import. Dependency for media-sound/transkode. Ebuild submitted by Jur... (diff) | |
download | historical-0e21accde062399c1aea43a8a0c7947ee94b1233.tar.gz historical-0e21accde062399c1aea43a8a0c7947ee94b1233.tar.bz2 historical-0e21accde062399c1aea43a8a0c7947ee94b1233.zip |
Version bump, fixes 187996.
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'media-sound/transkode/files')
-rw-r--r-- | media-sound/transkode/files/transkode-0.7-gcc-4.3.patch | 33 |
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 ), |