mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-21 16:09:05 -07:00
sys-cluster/libquo: add <sys/types.h>
Closes: https://bugs.gentoo.org/875599 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
10
sys-cluster/libquo/files/libquo-1.3.1-musl.patch
Normal file
10
sys-cluster/libquo/files/libquo-1.3.1-musl.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/src/quo-private.h 2026-04-20 15:10:50.306375540 +0200
|
||||
+++ b/src/quo-private.h 2026-04-20 15:11:02.249241749 +0200
|
||||
@@ -25,6 +25,7 @@
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
+#include <sys/types.h>
|
||||
|
||||
/** Library version. */
|
||||
#define QUO_VER QUO_VERSION_CURRENT
|
||||
@@ -31,6 +31,8 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-musl.patch )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
[[ ${PV} = 9999 ]] && eautoreconf
|
||||
|
||||
Reference in New Issue
Block a user