ports/math/R/files/patch-configure
Joseph Mingrone 1e124d39bd math/R: Update to version 3.4.1
Upstream changes:
https://cran.r-project.org/doc/manuals/r-release/NEWS.html

Port changes:
- Add aarch64 to ONLY_FOR_ARCHS [1]
- Add off-by-default option for experimental fortran support via flang [2]

Submitted by:	[1] andrew, [2] yuri@rawbw.com
2017-07-04 17:07:44 +00:00

10 lines
238 B
Text

--- configure.orig 2017-04-19 21:38:22 UTC
+++ configure
@@ -7528,6 +7528,7 @@ if test $ac_compiler_gnu = yes; then
else
G77=
fi
+G77=yes
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'