math/R: force new compiler on GCC architectures

This is to fix build of textproc/R-cran-stringi.

Approved by:	mentors (implicite approval)
This commit is contained in:
Piotr Kubaj 2019-06-18 13:04:57 +00:00
parent 39d2c22804
commit c01294e485
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504483

View file

@ -25,7 +25,8 @@ RUN_DEPENDS= gmake:devel/gmake # R packages may require GNU make
# - Create ports for each of the recommended packages # - Create ports for each of the recommended packages
# - Create a meta-port for 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_LDCONFIG= ${PREFIX}/lib/R/lib
USE_PERL5= build USE_PERL5= build