summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Othón Martínez Vera <cfuga@cfuga.mx>2023-03-16 14:07:02 -0600
committerBernard Cafarelli <voyageur@gentoo.org>2023-03-19 01:08:22 +0100
commit9ccc914e8d3ddd9daedc72e84d685c316d33093f (patch)
tree284fd9d0a36cfcff36a7a38856a892fe08299baf /net-misc/nx/nx-3.5.99.25.ebuild
parentmedia-tv/v4l-utils: Version bump to 1.24.1 (diff)
downloadgentoo-9ccc914e8d3ddd9daedc72e84d685c316d33093f.tar.gz
gentoo-9ccc914e8d3ddd9daedc72e84d685c316d33093f.tar.bz2
gentoo-9ccc914e8d3ddd9daedc72e84d685c316d33093f.zip
net-misc/nx: fix musl build
This patch comes from the following upstream commits. * mesa - Remove use of fpu_control.h (https://gitlab.freedesktop.org/mesa/mesa/-/commit/eb0ff1a1c0f1978d867c748bf2525f717a56bfce) * xorg/xserver - Drop workaround for pre-glibc linux (https://gitlab.freedesktop.org/xorg/xserver/-/commit/6634ffc4d26846dcf892f27682f9021f6d9956a9) Closes: https://github.com/gentoo/gentoo/pull/30165 Closes: https://bugs.gentoo.org/713418 Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-misc/nx/nx-3.5.99.25.ebuild')
-rw-r--r--net-misc/nx/nx-3.5.99.25.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/nx/nx-3.5.99.25.ebuild b/net-misc/nx/nx-3.5.99.25.ebuild
index 10bdd7240081..90e978be610a 100644
--- a/net-misc/nx/nx-3.5.99.25.ebuild
+++ b/net-misc/nx/nx-3.5.99.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -42,6 +42,10 @@ BDEPEND="sys-apps/which
S="${WORKDIR}/nx-libs-${PV}"
+PATCHES=(
+ "${FILESDIR}/${PN}-3.5.99.25-musl.patch"
+)
+
src_prepare() {
default