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 */




Reply via email to