Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/past/files: past-0.0.4-gcc-4.7.patch
Date: Mon, 09 Jul 2012 19:29:55
Message-Id: 20120709192940.94D3320065@flycatcher.gentoo.org
1 kensington 12/07/09 19:29:40
2
3 Added: past-0.0.4-gcc-4.7.patch
4 Log:
5 Fix build with GCC 4.7 wrt bug #425254. Bump EAPI, add missing deps, drop useless README.
6
7 (Portage version: 2.1.11.5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/past/files/past-0.0.4-gcc-4.7.patch?rev=1.1&content-type=text/plain
14
15 Index: past-0.0.4-gcc-4.7.patch
16 ===================================================================
17 --- src/device.cpp
18 +++ src/device.cpp
19 @@ -22,6 +22,7 @@
20
21 extern "C" {
22 #include <gnokii.h>
23 +#include <unistd.h>
24 }
25
26 #include "device.h"