summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-01 22:49:56 +0000
committerSam James <sam@gentoo.org>2021-04-01 23:03:57 +0000
commit5b3bd8ff50ff76c0c29c9b922658ef7c74aeffe7 (patch)
tree39117010b19cf1c480f37557f3aa3f09829a4273 /media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
parentdev-python/pillow: Bump to 8.2.0 (diff)
downloadgentoo-5b3bd8ff50ff76c0c29c9b922658ef7c74aeffe7.tar.gz
gentoo-5b3bd8ff50ff76c0c29c9b922658ef7c74aeffe7.tar.bz2
gentoo-5b3bd8ff50ff76c0c29c9b922658ef7c74aeffe7.zip
media-libs/libsdl: fix (parallel) build with slibtool
Patch is upstream for libsdl2 and will be for libsdl soon. Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/779445 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild')
-rw-r--r--media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
index 5e79c923cb07..4b61e3b581fd 100644
--- a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
@@ -65,6 +65,7 @@ pkg_setup() {
PATCHES=(
"${FILESDIR}"/${PN}-$(ver_cut 1-3)-sdl-config.patch
"${FILESDIR}"/${PN}-$(ver_cut 1-3)-gamma.patch
+ "${FILESDIR}"/${PN}-$(ver_cut 1-3)-slibtool.patch
)
DOCS=( BUGS CREDITS README-SDL.txt TODO WhatsNew )