summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-08-25 16:13:08 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-08-25 16:13:08 +0200
commit05533753408f78186692229b9e88a5edbd0bee10 (patch)
tree3780d3bd23185535adfec1ef05c7417712cd565c /media-sound/sndpeek/files/sndpeek-1.4-gcc.patch
parentmedia-sound/volumeicon: bump to 0.5.1. (diff)
downloadgentoo-05533753408f78186692229b9e88a5edbd0bee10.tar.gz
gentoo-05533753408f78186692229b9e88a5edbd0bee10.tar.bz2
gentoo-05533753408f78186692229b9e88a5edbd0bee10.zip
media-sound/sndpeek: version bump to 1.4.
Also respect LDFLAGS, bug #334595. Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-sound/sndpeek/files/sndpeek-1.4-gcc.patch')
-rw-r--r--media-sound/sndpeek/files/sndpeek-1.4-gcc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/sndpeek/files/sndpeek-1.4-gcc.patch b/media-sound/sndpeek/files/sndpeek-1.4-gcc.patch
new file mode 100644
index 000000000000..524b0bd746af
--- /dev/null
+++ b/media-sound/sndpeek/files/sndpeek-1.4-gcc.patch
@@ -0,0 +1,12 @@
+Index: sndpeek-1.4/src/marsyas/LPC.cpp
+===================================================================
+--- sndpeek-1.4.orig/src/marsyas/LPC.cpp
++++ sndpeek-1.4/src/marsyas/LPC.cpp
+@@ -26,6 +26,7 @@ in Speech Recognition research.
+ */
+
+
++#include <cstdlib>
+ #include "LPC.h"
+
+ LPC::LPC( unsigned int inSize )