diff options
author | Sam James <sam@gentoo.org> | 2022-02-20 01:31:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-20 01:31:38 +0000 |
commit | b9f6fce172a4b6f826eafd6c86d9c63c71f0c580 (patch) | |
tree | fb278e62f7d87a8a891687bf399ca832540c8155 /x11-wm | |
parent | media-gfx/scrot: fix build on musl (diff) | |
download | gentoo-b9f6fce172a4b6f826eafd6c86d9c63c71f0c580.tar.gz gentoo-b9f6fce172a4b6f826eafd6c86d9c63c71f0c580.tar.bz2 gentoo-b9f6fce172a4b6f826eafd6c86d9c63c71f0c580.zip |
x11-wm/wmfs: fix build on musl
Closes: https://bugs.gentoo.org/833323
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmfs/wmfs-20180520.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/wmfs/wmfs-99999999.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-wm/wmfs/wmfs-20180520.ebuild b/x11-wm/wmfs/wmfs-20180520.ebuild index b0225851e54d..a9f99e8c0db5 100644 --- a/x11-wm/wmfs/wmfs-20180520.ebuild +++ b/x11-wm/wmfs/wmfs-20180520.ebuild @@ -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 diff --git a/x11-wm/wmfs/wmfs-99999999.ebuild b/x11-wm/wmfs/wmfs-99999999.ebuild index 286281b6f1f6..4d856eab612c 100644 --- a/x11-wm/wmfs/wmfs-99999999.ebuild +++ b/x11-wm/wmfs/wmfs-99999999.ebuild @@ -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 |