ports/lang/racket/files/patch-src_cs_c_configure
Jimmy Olgeni e772c71096 lang/racket: Update to version 8.2, with default ChezScheme support.
PR:		257367
Reported by:	Philipp Ost <bsd@philippost.de>
2021-07-25 11:48:14 +02:00

11 lines
262 B
Text

--- src/cs/c/configure.orig 2021-07-22 20:42:00 UTC
+++ src/cs/c/configure
@@ -4554,7 +4554,7 @@ if test "${enable_pthread}" = "yes" ; then
fi
case "$MACH_HOST_CPU" in
- x86_64)
+ x86_64|amd64)
MACH="${thread_prefix}a6${MACH_OS}"
;;
x86|i*86)