parent
bdb478f65e
commit
652e7327aa
2 changed files with 11 additions and 1 deletions
10
srcpkgs/rstudio/patches/r-3.4.0.patch
Normal file
10
srcpkgs/rstudio/patches/r-3.4.0.patch
Normal file
|
@ -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];
|
||||
}
|
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue