Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/arc/files: arc-5.21o-interix.patch arc-5.21m-darwin.patch
Date: Wed, 17 Feb 2010 06:50:50
Message-Id: E1NhdkH-0006lA-04@stork.gentoo.org
1 abcd 10/02/17 06:50:48
2
3 Added: arc-5.21o-interix.patch arc-5.21m-darwin.patch
4 Log:
5 Add prefix patches, keywords (from overlay)
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-arch/arc/files/arc-5.21o-interix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/files/arc-5.21o-interix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/files/arc-5.21o-interix.patch?rev=1.1&content-type=text/plain
13
14 Index: arc-5.21o-interix.patch
15 ===================================================================
16 diff -ru arc-5.21o.orig/arcdos.c arc-5.21o/arcdos.c
17 --- arc-5.21o.orig/arcdos.c 2008-03-30 15:44:53 +0200
18 +++ arc-5.21o/arcdos.c 2008-03-30 15:45:51 +0200
19 @@ -30,7 +30,7 @@
20 #if UNIX
21 #include <sys/types.h>
22 #include <sys/stat.h>
23 -#if BSD
24 +#if BSD || defined(__INTERIX)
25 #include <sys/time.h>
26 #else
27 #include <time.h> /* Sys V. Bleah. */
28
29
30
31 1.1 app-arch/arc/files/arc-5.21m-darwin.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/files/arc-5.21m-darwin.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arc/files/arc-5.21m-darwin.patch?rev=1.1&content-type=text/plain
35
36 Index: arc-5.21m-darwin.patch
37 ===================================================================
38 --- arc-5.21m/tmclock.c
39 +++ arc-5.21m/tmclock.c
40 @@ -14,7 +14,7 @@
41 /* Julian day number of the Unix* clock's origin, 01 Jan 1970. */
42 #define JD1970 2440587L
43 #define CENTURY 19
44 -#if BSD
45 +#if BSD || defined(__MACH_O__)
46 #include <sys/time.h>
47 #else
48 #include <time.h>