summaryrefslogtreecommitdiff
path: root/lang/mit-scheme/files/patch-microcode_configure
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2013-01-12 16:58:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2013-01-12 16:58:37 +0000
commit1735ec5320e833927d288b456b5406caa9cb944f (patch)
tree956be662afba1dcc3f9484f47b09b17b6a9b69dc /lang/mit-scheme/files/patch-microcode_configure
parentautomx makes setting up a mail account easy. All your users need to provide (diff)
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.
Diffstat (limited to 'lang/mit-scheme/files/patch-microcode_configure')
-rw-r--r--lang/mit-scheme/files/patch-microcode_configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/mit-scheme/files/patch-microcode_configure b/lang/mit-scheme/files/patch-microcode_configure
new file mode 100644
index 000000000000..6561bb5aba82
--- /dev/null
+++ b/lang/mit-scheme/files/patch-microcode_configure
@@ -0,0 +1,14 @@
+
+$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
+ ;;
+ *)