mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -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.
23 lines
331 B
Text
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
|
|
;;
|
|
*)
|