Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/svxlink/files: svxlink-11.11.1-gcc-47.patch
Date: Tue, 31 Jul 2012 18:00:35
Message-Id: 20120731180025.4A6C82004B@flycatcher.gentoo.org
1 tomjbe 12/07/31 18:00:25
2
3 Added: svxlink-11.11.1-gcc-47.patch
4 Log:
5 Fix missing #includes for gcc-47 (bug 425690). Thanks Diego. Also add slot deps to qt-*:4
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-radio/svxlink/files/svxlink-11.11.1-gcc-47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/svxlink/files/svxlink-11.11.1-gcc-47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/svxlink/files/svxlink-11.11.1-gcc-47.patch?rev=1.1&content-type=text/plain
14
15 Index: svxlink-11.11.1-gcc-47.patch
16 ===================================================================
17 --- async/cpp/AsyncCppDnsLookupWorker.cpp.old 2012-07-31 17:45:31.000000000 +0000
18 +++ async/cpp/AsyncCppDnsLookupWorker.cpp 2012-07-31 17:45:24.000000000 +0000
19 @@ -38,6 +38,7 @@
20 *
21 ****************************************************************************/
22
23 +#include <unistd.h>
24 #include <sys/socket.h>
25 #include <netinet/in.h>
26 #include <arpa/inet.h>