x11-wm/wmfs: fix build on musl

Closes: https://bugs.gentoo.org/833323
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-02-20 01:31:38 +00:00
parent a1789fec59
commit b9f6fce172
2 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,9 +23,11 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
x11-base/xorg-proto
elibc_musl? ( sys-libs/queue-standalone )
"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-99999999-Debian.patch
"${FILESDIR}"/${PN}-99999999-desktop.patch

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,9 +23,11 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
x11-base/xorg-proto
elibc_musl? ( sys-libs/queue-standalone )
"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-99999999-Debian.patch
"${FILESDIR}"/${PN}-99999999-desktop.patch