* [gentoo-commits] gentoo-x86 commit in dev-lang/R/files: R-3.2.0-omitted-extern-R_running_as_main_program.patch
@ 2015-05-01 13:35 Mark Wright (gienah)
0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2015-05-01 13:35 UTC (permalink / raw
To: gentoo-commits
gienah 15/05/01 13:35:41
Added:
R-3.2.0-omitted-extern-R_running_as_main_program.patch
Log:
Fix bug 547478 upstream R bug https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15899 thanks to Kobboi for reporting. Revbump R-3.2.0 to R-3.2.0-r1 dropping the broken R-3.2.0 to force the upgrade of R.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path
1.1 dev-lang/R/files/R-3.2.0-omitted-extern-R_running_as_main_program.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/files/R-3.2.0-omitted-extern-R_running_as_main_program.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/files/R-3.2.0-omitted-extern-R_running_as_main_program.patch?rev=1.1&content-type=text/plain
Index: R-3.2.0-omitted-extern-R_running_as_main_program.patch
===================================================================
--- R-3.2.0-orig/src/include/Rinterface.h 2015-03-19 10:02:16.000000000 +1100
+++ R-3.2.0/src/include/Rinterface.h 2015-05-01 23:02:17.541946810 +1000
@@ -90,7 +90,8 @@
void fpu_setup(Rboolean);
/* in unix/system.c */
-int R_running_as_main_program;
+/* Gentoo bug 547478 R bug https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15899 */
+extern int R_running_as_main_program;
#ifdef CSTACK_DEFNS
/* duplicating Defn.h */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-01 13:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 13:35 [gentoo-commits] gentoo-x86 commit in dev-lang/R/files: R-3.2.0-omitted-extern-R_running_as_main_program.patch Mark Wright (gienah)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox