diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-04-17 10:39:49 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-04-17 10:41:15 +0100 |
commit | c3d65847f6bf6ab9b8366eb6c5edcc381309b8ef (patch) | |
tree | 0cc0bd85dc18e6f7eab5c688c17670caa201e19b /app-emulation/fs-uae/fs-uae-3.1.66.ebuild | |
parent | media-fonts/fontawesome: add 6.1.1 (diff) | |
download | gentoo-c3d65847f6bf6ab9b8366eb6c5edcc381309b8ef.tar.gz gentoo-c3d65847f6bf6ab9b8366eb6c5edcc381309b8ef.tar.bz2 gentoo-c3d65847f6bf6ab9b8366eb6c5edcc381309b8ef.zip |
app-emulation/fs-uae: Patch to fix musl build
Closes: https://bugs.gentoo.org/838469
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae/fs-uae-3.1.66.ebuild')
-rw-r--r-- | app-emulation/fs-uae/fs-uae-3.1.66.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/fs-uae/fs-uae-3.1.66.ebuild b/app-emulation/fs-uae/fs-uae-3.1.66.ebuild index 5cb3b91f1ede..2853da73fb7d 100644 --- a/app-emulation/fs-uae/fs-uae-3.1.66.ebuild +++ b/app-emulation/fs-uae/fs-uae-3.1.66.ebuild @@ -41,6 +41,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.0.0-libmpeg2.patch "${FILESDIR}"/${PN}-3.0.0-Xatom.h.patch "${FILESDIR}"/${PN}-3.1.35-deepbind.patch + "${FILESDIR}"/${PN}-3.1.66-musl.patch ) src_prepare() { |