summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-02-25 08:04:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-02-25 08:04:15 +0000
commit0116214d5b50738f2f2f663d42ac8a8d4e176e19 (patch)
tree0ccd8fcbd6115427523a512229cc1813c2c1fc09 /media-sound/lash/files
parentinstall manpage too (diff)
downloadhistorical-0116214d5b50738f2f2f663d42ac8a8d4e176e19.tar.gz
historical-0116214d5b50738f2f2f663d42ac8a8d4e176e19.tar.bz2
historical-0116214d5b50738f2f2f663d42ac8a8d4e176e19.zip
Fix building with sys-devel/gcc >= 4.7.0 wrt #451668 by David Kredba
Package-Manager: portage-2.2.0_alpha163/cvs/Linux x86_64 Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'media-sound/lash/files')
-rw-r--r--media-sound/lash/files/lash-0.5.4-gcc47.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/lash/files/lash-0.5.4-gcc47.patch b/media-sound/lash/files/lash-0.5.4-gcc47.patch
new file mode 100644
index 000000000000..c1afeda71e90
--- /dev/null
+++ b/media-sound/lash/files/lash-0.5.4-gcc47.patch
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/451668
+http://pkgs.fedoraproject.org/cgit/lash.git/tree/lash-gcc47.patch
+
+--- liblash/lash.c
++++ liblash/lash.c
+@@ -22,6 +22,7 @@
+ #include <string.h>
+ #include <strings.h>
+ #include <pthread.h>
++#include <sys/resource.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
+ #include <sys/socket.h>