From c01294e4859ee108c855b31c754b260da7a7becc Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 18 Jun 2019 13:04:57 +0000 Subject: [PATCH] math/R: force new compiler on GCC architectures This is to fix build of textproc/R-cran-stringi. Approved by: mentors (implicite approval) --- math/R/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/R/Makefile b/math/R/Makefile index 237bdd3618d6..aeb2410f3e58 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= gmake:devel/gmake # R packages may require GNU make # - Create ports for each of the recommended packages # - Create a meta-port for the recommended packages -USES= gmake iconv libtool localbase pathfix perl5 readline:port +USES= compiler:c++11-lang gmake iconv libtool localbase pathfix \ + perl5 readline:port USE_LDCONFIG= ${PREFIX}/lib/R/lib USE_PERL5= build