FreeBSD Bugzilla – Attachment 227058 Details for
Bug 257696
audio/openal-soft: Fails to link with JACK enabled: ERROR: ld-elf.so.1: /usr/local/lib/libopenal.so.1: Undefined symbol "jack_error_callback"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Workaround for the missing symbol
patch-alc_backends_jack.cpp (text/plain), 596 bytes, created by
Florian Walpen
on 2021-08-09 20:31:06 UTC
(
hide
)
Description:
Workaround for the missing symbol
Filename:
MIME Type:
Creator:
Florian Walpen
Created:
2021-08-09 20:31:06 UTC
Size:
596 bytes
patch
obsolete
>--- alc/backends/jack.cpp.orig 2021-08-09 13:54:26 UTC >+++ alc/backends/jack.cpp >@@ -546,7 +546,7 @@ bool JackBackendFactory::init() > if(!GetConfigValueBool(nullptr, "jack", "spawn-server", 0)) > ClientOptions = static_cast<jack_options_t>(ClientOptions | JackNoStartServer); > >- void (*old_error_cb)(const char*){&jack_error_callback ? jack_error_callback : nullptr}; >+ void (*old_error_cb)(const char*){nullptr}; > jack_set_error_function(jack_msg_handler); > jack_status_t status; > jack_client_t *client{jack_client_open("alsoft", ClientOptions, &status, nullptr)};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257696
:
227032
|
227033
| 227058 |
231028