mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
On some amd64 CPUs, this change broke py-scipy during configure,
and octave at runtime. In the end, octave kills the package
builders.
This reverts commit c45681ef50
.
Approved by: portmgr (antoine)
PR: 273219
MFH: 2023Q4
11 lines
415 B
Text
11 lines
415 B
Text
--- c_check.orig 2019-04-29 17:22:19 UTC
|
|
+++ c_check
|
|
@@ -320,7 +320,7 @@ open(CONFFILE, "> $config" ) || die "Can't create $co
|
|
# print $data, "\n";
|
|
|
|
print MAKEFILE "OSNAME=$os\n";
|
|
-print MAKEFILE "ARCH=$architecture\n";
|
|
+print MAKEFILE "ARCH_=$architecture\n";
|
|
print MAKEFILE "C_COMPILER=$compiler\n";
|
|
print MAKEFILE "BINARY32=\n" if $binformat ne bin32;
|
|
print MAKEFILE "BINARY64=\n" if $binformat ne bin64;
|