summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-27 19:35:01 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-27 19:35:01 +0000
commitbb70f1b3777b63479d3d59caa6848f40c2eae7df (patch)
tree169985d277e109abc22bed742cff3c8fa1a71d45 /media-sound/traverso/files
parentwww-servers/servefile: 0.4.2 (diff)
downloadgentoo-2-bb70f1b3777b63479d3d59caa6848f40c2eae7df.tar.gz
gentoo-2-bb70f1b3777b63479d3d59caa6848f40c2eae7df.tar.bz2
gentoo-2-bb70f1b3777b63479d3d59caa6848f40c2eae7df.zip
Install hicolor icons and update icon cache. Fix building with sys-devel/gcc >= 4.7.0.
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/traverso/files')
-rw-r--r--media-sound/traverso/files/traverso-0.49.2-gcc47.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/traverso/files/traverso-0.49.2-gcc47.patch b/media-sound/traverso/files/traverso-0.49.2-gcc47.patch
new file mode 100644
index 000000000000..33820ea5ab06
--- /dev/null
+++ b/media-sound/traverso/files/traverso-0.49.2-gcc47.patch
@@ -0,0 +1,20 @@
+--- src/core/FileHelpers.cpp
++++ src/core/FileHelpers.cpp
+@@ -22,6 +22,7 @@
+
+ #include "FileHelpers.h"
+
++#include <unistd.h> /* read and write */
+ #include <sys/stat.h>
+ #include "Config.h"
+ #include <QDir>
+--- src/traverso/Main.cpp
++++ src/traverso/Main.cpp
+@@ -19,6 +19,7 @@
+
+ */
+
++#include <unistd.h> /* getpgrp */
+ #include <signal.h>
+ #include <stdlib.h>
+