This disables OpenMP code generation in R.
Index: Makefile =================================================================== RCS file: /cvs/ports/math/R/Makefile,v retrieving revision 1.111 diff -u -p -r1.111 Makefile --- Makefile 17 May 2019 16:45:27 -0000 1.111 +++ Makefile 28 Jun 2019 20:18:07 -0000 @@ -2,7 +2,7 @@ COMMENT= powerful math/statistics/graphics language DISTNAME= R-3.6.0 -REVISION= 0 +REVISION= 1 SO_VERSION= 35.0 .for _lib in R Rblas Rlapack @@ -79,6 +79,7 @@ CONFIGURE_STYLE=gnu MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/tools CONFIGURE_ARGS= --disable-java \ + --disable-openmp \ --enable-BLAS-shlib \ --enable-R-shlib \ --with-tcl-config=${MODTCL_CONFIG} \