mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
17 lines
473 B
Diff
17 lines
473 B
Diff
--- configure.orig 2018-10-18 00:37:54.000000000 +0900
|
|||
|
|
+++ configure 2020-12-30 12:11:58.000000000 +0900
|
||
|
|
@@ -24961,11 +24961,11 @@
|
||
|
|
_ACEOF
|
||
|
|
|
||
|
|
cat >>confdefs.h <<_ACEOF
|
||
|
|
-#define RUBY_ARCH "universal-"RUBY_PLATFORM_OS
|
||
|
|
+#define RUBY_ARCH "universal-" RUBY_PLATFORM_OS
|
||
|
|
_ACEOF
|
||
|
|
|
||
|
|
cat >>confdefs.h <<_ACEOF
|
||
|
|
-#define RUBY_PLATFORM "universal."RUBY_PLATFORM_CPU"-"RUBY_PLATFORM_OS
|
||
|
|
+#define RUBY_PLATFORM "universal." RUBY_PLATFORM_CPU "-" RUBY_PLATFORM_OS
|
||
|
|
_ACEOF
|
||
|
|
|
||
|
|
else
|