mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
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.
14 lines
208 B
Text
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
|
|
;;
|
|
*)
|