Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libosmocore/files: libosmocore-0.5.2-gcc-4.6.patch
Date: Wed, 01 Aug 2012 23:40:23
Message-Id: 20120801234013.5283D2004C@flycatcher.gentoo.org
1 chithanh 12/08/01 23:40:13
2
3 Added: libosmocore-0.5.2-gcc-4.6.patch
4 Log:
5 Build and pkgconfig files fixes. Drop old.
6
7 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/libosmocore/files/libosmocore-0.5.2-gcc-4.6.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/files/libosmocore-0.5.2-gcc-4.6.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libosmocore/files/libosmocore-0.5.2-gcc-4.6.patch?rev=1.1&content-type=text/plain
14
15 Index: libosmocore-0.5.2-gcc-4.6.patch
16 ===================================================================
17 diff -ur a/tests/timer/timer_test.c b/tests/timer/timer_test.c
18 --- a/tests/timer/timer_test.c 2012-06-30 22:01:44.000000000 +0200
19 +++ b/tests/timer/timer_test.c 2012-08-02 01:16:45.639858402 +0200
20 @@ -26,6 +26,7 @@
21 #include <stdlib.h>
22 #include <signal.h>
23 #include <getopt.h>
24 +#include <unistd.h>
25
26 #include <osmocom/core/talloc.h>
27 #include <osmocom/core/timer.h>
28 diff -ur a/utils/osmo-auc-gen.c b/utils/osmo-auc-gen.c
29 --- a/utils/osmo-auc-gen.c 2012-06-30 22:01:44.000000000 +0200
30 +++ b/utils/osmo-auc-gen.c 2012-08-02 01:17:08.985860119 +0200
31 @@ -26,6 +26,7 @@
32 #include <errno.h>
33 #include <string.h>
34 #include <getopt.h>
35 +#include <time.h>
36
37 #include <osmocom/crypt/auth.h>
38 #include <osmocom/core/utils.h>