mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-misc/mx5000tools: fix musl
Closes: https://bugs.gentoo.org/906195 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
parent
9af4de9760
commit
d1e0ed53ba
@ -0,0 +1,20 @@
|
||||
--- a/libmx5000/mx5000screencontent.c
|
||||
+++ b/libmx5000/mx5000screencontent.c
|
||||
@@ -27,6 +27,7 @@
|
||||
|
||||
#include <asm/types.h>
|
||||
#include <linux/hiddev.h>
|
||||
+#include <linux/limits.h>
|
||||
|
||||
#include "libmx5000/mx5000screencontent.h"
|
||||
#include "libmx5000/mx5000.h"
|
||||
--- a/libmx5000/hidraw_lib.c
|
||||
+++ b/libmx5000/hidraw_lib.c
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
+#include <linux/limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -22,6 +22,8 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-0.1.2_p20190613-musl.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user