mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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
10 lines
238 B
Text
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'
|