summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2022-08-01 12:46:14 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2022-08-01 12:49:54 +0300
commit33fe42ed406c519eb6198c7d58aad75d9435011d (patch)
treeab43e9a8e38fc7fb8f428e9d8a3aac010320be5b /x11-plugins/e16-epplets/e16-epplets-0.17.ebuild
parentsys-kernel/gentoo-sources: 5.19 branch, add genpatches (diff)
downloadgentoo-33fe42ed406c519eb6198c7d58aad75d9435011d.tar.gz
gentoo-33fe42ed406c519eb6198c7d58aad75d9435011d.tar.bz2
gentoo-33fe42ed406c519eb6198c7d58aad75d9435011d.zip
x11-plugins/e16-epplets: fix build with musl
Add missing <sys/select.h> for fd_set. Closes: https://bugs.gentoo.org/833163 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'x11-plugins/e16-epplets/e16-epplets-0.17.ebuild')
-rw-r--r--x11-plugins/e16-epplets/e16-epplets-0.17.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-plugins/e16-epplets/e16-epplets-0.17.ebuild b/x11-plugins/e16-epplets/e16-epplets-0.17.ebuild
index a9d646dbd7f3..643433afff87 100644
--- a/x11-plugins/e16-epplets/e16-epplets-0.17.ebuild
+++ b/x11-plugins/e16-epplets/e16-epplets-0.17.ebuild
@@ -31,6 +31,8 @@ DEPEND="${CDEPEND}
x11-base/xorg-proto
"
+PATCHES=( "${FILESDIR}/${PN}-0.17-musl.patch" )
+
src_configure() {
local myconf=(
$(use_enable cdaudio)