ports/lang/mit-scheme/files/patch-microcode_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

14 lines
208 B
Text

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