diff options
author | Sam James <sam@gentoo.org> | 2023-02-15 09:48:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-15 09:48:14 +0000 |
commit | 93c227ccf8139111c516b557407d0599d88d0361 (patch) | |
tree | f0d4d7b4204ecc8f172f38c0178484ef5d59cf5a /dev-util/scanmem/scanmem-0.17.ebuild | |
parent | sys-libs/obstack-standalone: drop 1.1 (diff) | |
download | gentoo-93c227ccf8139111c516b557407d0599d88d0361.tar.gz gentoo-93c227ccf8139111c516b557407d0599d88d0361.tar.bz2 gentoo-93c227ccf8139111c516b557407d0599d88d0361.zip |
dev-util/scanmem: fix build w/ musl
Closes: https://bugs.gentoo.org/854840
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/scanmem/scanmem-0.17.ebuild')
-rw-r--r-- | dev-util/scanmem/scanmem-0.17.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/scanmem/scanmem-0.17.ebuild b/dev-util/scanmem/scanmem-0.17.ebuild index 040ca95abdfa..40caaa6b24f9 100644 --- a/dev-util/scanmem/scanmem-0.17.ebuild +++ b/dev-util/scanmem/scanmem-0.17.ebuild @@ -27,6 +27,7 @@ REQUIRED_USE="gui? ( ${PYTHON_REQUIRED_USE} )" PATCHES=( "${FILESDIR}"/${P}-musl-tests.patch + "${FILESDIR}"/${PN}-0.17-musl.patch ) pkg_setup() { |