Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 873605 Details for
Bug 916439
mumble and murmur do not compile on musl they require a few patches first.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libgen.patch (for mumble)
libgen.patch (text/plain), 880 bytes, created by
Tohka
on 2023-10-28 16:55:18 UTC
(
hide
)
Description:
libgen.patch (for mumble)
Filename:
MIME Type:
Creator:
Tohka
Created:
2023-10-28 16:55:18 UTC
Size:
880 bytes
patch
obsolete
>diff -upr mumble-1.4.230.orig/plugins/HostLinux.cpp mumble-1.4.230/plugins/HostLinux.cpp >--- mumble-1.4.230.orig/plugins/HostLinux.cpp 2022-01-19 20:37:55.538864686 +0100 >+++ mumble-1.4.230/plugins/HostLinux.cpp 2022-01-19 20:38:26.358999072 +0100 >@@ -10,6 +10,7 @@ > #include <cstring> > #include <sstream> > >+#include <libgen.h> > #include <sys/uio.h> > > HostLinux::HostLinux(const procid_t pid) : m_pid(pid) { >diff -upr mumble-1.4.230.orig/plugins/mumble_positional_audio_linux.h mumble-1.4.230/plugins/mumble_positional_audio_linux.h >--- mumble-1.4.230.orig/plugins/mumble_positional_audio_linux.h 2022-01-19 20:37:55.545531381 +0100 >+++ mumble-1.4.230/plugins/mumble_positional_audio_linux.h 2022-01-19 20:38:45.419082181 +0100 >@@ -19,6 +19,7 @@ > #include <stdio.h> > #include <stdlib.h> > #include <string> >+#include <libgen.h> > #include <sys/uio.h> > > // This function returns:
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 916439
:
873604
| 873605