Marcus Calhoun-Lopez
Marcus Calhoun-Lopez
Thank you @Gcenx for the feedback. I was a little careless on this one. I have modified the code to try to take into account all possibilities.
This pull request may be too inelegant to be of use, but it is the only way I could get gobject-introspection to build with the universal variant.
https://github.com/thezbyg/gpick/commit/a8bc29c60d57933d9e8e8cb930d8e06586e0d315 muddies the issue a bit. If Lua is built with C++, surrounding the Lua headers with `extern "C" {` means the name mangled symbols are not found.
This worked for me: ``` PortGroup muniversal 1.1 ``` ... ``` foreach arch {arm64 x86_64 i386 ppc ppc64} { # `libtool` compiles assembly with CC but without any way to...
There are two separate issues here. One just affects PowerePC Darwin 10 using Rosetta (incorrect value of `uname` causes inclusion of avcall-i386.s in the list of assembly files). The other...
#18994 is an attempt at a general fix.
Instead of tracking down when the behavior of `xcrun` changed or worrying about the possibility of a Portfile changing `configure.sdk_version`, this seemed safer.
> I don't have time to analyze this in detail, though superficially it looks plausible. The one thing I do note is that the fix and the test are in...
> The bad news is that the test fails in all arm64 cases, with or without the fix. Thank you for testing this PR. I have updated the PR to...
I tried to simplify the test to **only** check if the stack size was larger on the main thread. I also tried to ensure the threads did not exit too...