@@ -, +, @@ --- net-misc/nx/files/nx-3.5.99.25-musl.patch | 28 +++++++++++++++++++++ net-misc/nx/files/nx-3.5.99.26-musl.patch | 30 +++++++++++++++++++++++ net-misc/nx/nx-3.5.99.25.ebuild | 2 ++ net-misc/nx/nx-3.5.99.26.ebuild | 2 ++ 4 files changed, 62 insertions(+) create mode 100644 net-misc/nx/files/nx-3.5.99.25-musl.patch create mode 100644 net-misc/nx/files/nx-3.5.99.26-musl.patch --- a/net-misc/nx/files/nx-3.5.99.25-musl.patch +++ a/net-misc/nx/files/nx-3.5.99.25-musl.patch @@ -0,0 +1,28 @@ +--- a/nx-X11/programs/Xserver/Xext/xf86bigfont.c 2018-03-16 16:52:03.000000000 -0600 @@ -0,0 +1,30 @@ +diff -uNr a/nx-X11/programs/Xserver/Xext/xf86bigfont.c b/nx-X11/programs/Xserver/Xext/xf86bigfont.c +--- a/nx-X11/programs/Xserver/Xext/xf86bigfont.c 2021-02-04 07:34:56.000000000 -0600 @@ -43,6 +43,8 @@ BDEPEND=" S="${WORKDIR}/nx-libs-${PV}" src_prepare() { + use elibc_musl && PATCHES+=( "${FILESDIR}/${PN}-3.5.99.25-musl.patch" ) + default # We want predictable behavior. So let's assume we never --- a/net-misc/nx/nx-3.5.99.26.ebuild +++ a/net-misc/nx/nx-3.5.99.26.ebuild @@ -48,6 +48,8 @@ PATCHES=( ) src_prepare() { + use elibc_musl && PATCHES+=( "${FILESDIR}/${PN}-3.5.99.26-musl.patch" ) + default # We want predictable behavior. So let's assume we never --