R: update to 3.3.0.

Fix PIE.
This commit is contained in:
Christian Neukirchen 2016-05-04 13:17:39 +02:00
parent fea182a768
commit 22307cde6f

View file

@ -1,12 +1,10 @@
# Template file for 'R'
pkgname=R
version=3.2.5
version=3.3.0
revision=1
nocross=yes
nopie=yes
build_style=gnu-configure
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
--with-system-zlib --with-system-bzlib --with-system-pcre --with-system-xz
--with-lapack --with-blas
LIBnn=lib"
hostmakedepends="gcc-fortran pkg-config perl less"
@ -20,9 +18,10 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://www.r-project.org/"
distfiles="http://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz"
checksum=60745672dce5ddc201806fa59f6d4e0ba6554d8ed78d0f9f0d79a629978f80b5
checksum=9256b154b1a5993d844bee7b1955cd49c99ad72cef03cce3cd1bdca1310311e4
pre_configure() {
export R_BROWSER=/usr/bin/xdg-open
export R_PDFVIEWER=/usr/bin/xdg-open
export FFLAGS="$CFLAGS"
}