diff --git a/srcpkgs/rstudio/patches/r-3.4.0.patch b/srcpkgs/rstudio/patches/r-3.4.0.patch new file mode 100644 index 0000000000..696bfddc42 --- /dev/null +++ b/srcpkgs/rstudio/patches/r-3.4.0.patch @@ -0,0 +1,10 @@ +--- src/cpp/r/RRoutines.cpp.orig 2017-04-13 16:16:15.000000000 +0000 ++++ src/cpp/r/RRoutines.cpp 2017-04-23 08:48:22.700317995 +0000 +@@ -59,7 +59,6 @@ + nullMethodDef.fun = NULL ; + nullMethodDef.numArgs = 0 ; + nullMethodDef.types = NULL; +- nullMethodDef.styles = NULL; + s_cMethods.push_back(nullMethodDef); + pCMethods = &s_cMethods[0]; + } diff --git a/srcpkgs/rstudio/template b/srcpkgs/rstudio/template index 15e9d578b3..8941b8318a 100644 --- a/srcpkgs/rstudio/template +++ b/srcpkgs/rstudio/template @@ -1,7 +1,7 @@ # Template file for 'rstudio' pkgname=rstudio version=1.0.143 -revision=1 +revision=2 only_for_archs="i686 x86_64" build_style=cmake make_install_args="INSTALL_ROOT=${DESTDIR} \