Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lash/files: lash-0.5.4-gcc47.patch
Date: Mon, 25 Feb 2013 08:04:15
Message-Id: 20130225080411.4DD672171D@flycatcher.gentoo.org
1 ssuominen 13/02/25 08:04:11
2
3 Added: lash-0.5.4-gcc47.patch
4 Log:
5 Fix building with sys-devel/gcc >= 4.7.0 wrt #451668 by David Kredba
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.1 media-sound/lash/files/lash-0.5.4-gcc47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/files/lash-0.5.4-gcc47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/files/lash-0.5.4-gcc47.patch?rev=1.1&content-type=text/plain
14
15 Index: lash-0.5.4-gcc47.patch
16 ===================================================================
17 http://bugs.gentoo.org/451668
18 http://pkgs.fedoraproject.org/cgit/lash.git/tree/lash-gcc47.patch
19
20 --- liblash/lash.c
21 +++ liblash/lash.c
22 @@ -22,6 +22,7 @@
23 #include <string.h>
24 #include <strings.h>
25 #include <pthread.h>
26 +#include <sys/resource.h>
27 #include <sys/types.h>
28 #include <sys/wait.h>
29 #include <sys/socket.h>