From 22307cde6fff20c8b4bf1174f911fe68e7b10080 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 4 May 2016 13:17:39 +0200 Subject: [PATCH] R: update to 3.3.0. Fix PIE. --- srcpkgs/R/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/R/template b/srcpkgs/R/template index 1dd19fd419..4f4fd703b1 100644 --- a/srcpkgs/R/template +++ b/srcpkgs/R/template @@ -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 " 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" }