ports/lang/mit-scheme/files/patch-configure
Jimmy Olgeni 1735ec5320 Upgrade to version 9.1.1, with amd64 support.
The configure script is not able to detect some functions from
fenv.h, possibly because it does not use "#pragma STDC FENV_ACCESS ON",
which is used in the actual code. If you know of a way to make
configure work without hacking config.h.in, suggestions are welcome.
2013-01-12 16:58:37 +00:00

23 lines
331 B
Text

$FreeBSD$
--- configure.orig
+++ configure
@@ -3608,7 +3608,7 @@
vax)
mit_scheme_native_code=vax
;;
- x86_64)
+ x86_64|amd64)
mit_scheme_native_code=x86-64
;;
*)
@@ -6160,7 +6160,7 @@
vax)
mit_scheme_native_code=vax
;;
- x86_64)
+ x86_64|amd64)
mit_scheme_native_code=x86-64
;;
*)