Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rpy/files: rpy-1.0.2-R28.patch
Date: Mon, 27 Oct 2008 10:33:47
Message-Id: E1KuPPt-000449-Ba@stork.gentoo.org
1 bicatali 08/10/27 10:33:45
2
3 Added: rpy-1.0.2-R28.patch
4 Log:
5 Add a patch for compatibility with R-2.8.0
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.1 dev-python/rpy/files/rpy-1.0.2-R28.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-R28.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-R28.patch?rev=1.1&content-type=text/plain
13
14 Index: rpy-1.0.2-R28.patch
15 ===================================================================
16 --- src/RPy.h.orig 2008-10-25 14:37:50.000000000 +0100
17 +++ src/RPy.h 2008-10-26 13:39:25.000000000 +0100
18 @@ -74,8 +74,9 @@
19 # endif
20 #endif /* _WIN32 */
21
22 +#if R_VERSION < 133120
23 #include <Rdevices.h> /* must follow Graphics.h */
24 -
25 +#endif
26
27 /* Missing definitions from Rinterface.h or RStartup.h */
28 # define CleanEd Rf_CleanEd