mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
39d2c22804
commit
c01294e485
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504483
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue