-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAudio: update to 24.10 #26320
FAudio: update to 24.10 #26320
Conversation
@barracuda156 according to the CI this fails on macOS 15 and there is a Trac ticket - please take a look. |
@reneeotten I have opened an issue with upstream: FNA-XNA/FAudio#362 |
no need to close the PR. If it's the same issue as in the ticket there is a workaround that apparently works so you could just use that. |
somehow seems to be building on macOS 15 for homebrew… https://github.com/Homebrew/homebrew-core/blob/master/Formula/f/faudio.rb |
ah, it’s the deployment target fix, as @reneeotten said. you need to modify this: |
@kencu Yeah, was just going to reply that perhaps same bug as on Sonoma. |
close your upstream issue, or at least modify it. they set the deployment target in their build so don’t see this… macports strips it out with a patch, so we do. (still needs fixing upstream, imho, somehow. but we break it.) |
I guess we'll see if this issue is restricted to arm processors... it might be. |
Description
Update
Type(s)
Tested on
macOS 10.6.8
Xcode 3.2.6
Verification
Have you
port lint --nitpick
?sudo port test
?sudo port -vst install
?