Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mozart/files: mozart-1.4.0-cstdio.patch
Date: Sat, 23 Aug 2008 21:28:14
Message-Id: E1KX0eZ-00085J-Pk@stork.gentoo.org
1 keri 08/08/23 21:28:11
2
3 Added: mozart-1.4.0-cstdio.patch
4 Log:
5 Add upstream cstdio fixes
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-lang/mozart/files/mozart-1.4.0-cstdio.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/files/mozart-1.4.0-cstdio.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mozart/files/mozart-1.4.0-cstdio.patch?rev=1.1&content-type=text/plain
13
14 Index: mozart-1.4.0-cstdio.patch
15 ===================================================================
16 --- mozart-1.4.0.20080704.orig/platform/emulator/value.hh 2008-06-27 01:39:31.000000000 +1200
17 +++ mozart-1.4.0.20080704/platform/emulator/value.hh 2008-08-24 09:24:46.000000000 +1200
18 @@ -284,6 +284,7 @@
19 // #include <math.h>
20 #include <limits.h>
21
22 +#include <cstdio>
23 #ifndef GMP_NEEDS_CPLUSPLUS
24 extern "C" {
25 #endif