summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-05-02 17:59:13 +0000
committerJohannes Huber <johu@gentoo.org>2012-05-02 17:59:13 +0000
commit0e6e6be19cd44e42be2182c7773b5d6a4f399e8c (patch)
treefefae5f2faeaa802c91347b64f7773405a95f54e /media-sound/audex/files
parenthand update ChangeLog that repoman --echangelog failed to handle (diff)
downloadgentoo-2-0e6e6be19cd44e42be2182c7773b5d6a4f399e8c.tar.gz
gentoo-2-0e6e6be19cd44e42be2182c7773b5d6a4f399e8c.tar.bz2
gentoo-2-0e6e6be19cd44e42be2182c7773b5d6a4f399e8c.zip
Add upstream patch to fix build with gcc47 spotted by Michael (kensington) <gentoo@scribeofthenile.com> wrt bug #414147.
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'media-sound/audex/files')
-rw-r--r--media-sound/audex/files/audex-0.74_beta1-gcc47.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/audex/files/audex-0.74_beta1-gcc47.patch b/media-sound/audex/files/audex-0.74_beta1-gcc47.patch
new file mode 100644
index 000000000000..fb877a587281
--- /dev/null
+++ b/media-sound/audex/files/audex-0.74_beta1-gcc47.patch
@@ -0,0 +1,11 @@
+--- trunk/playground/multimedia/audex/utils/hashlist.cpp 2012/03/23 23:49:44 1286829
++++ trunk/playground/multimedia/audex/utils/hashlist.cpp 2012/03/23 23:51:20 1286830
+@@ -18,6 +18,8 @@
+
+ #include "hashlist.h"
+
++#include <unistd.h>
++
+ Hashlist::Hashlist() {
+
+ }