diff options
author | Sam James <sam@gentoo.org> | 2022-12-09 15:21:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-09 15:21:50 +0000 |
commit | c0564a6e5a2fb6fada5d1bbd38a9181d1cd99014 (patch) | |
tree | 3edcc564d6fdbc2a70a4e33484565ca8eaeeb23c /media-libs/libsdl2 | |
parent | dev-libs/libpcre2: backport pcreposix header fix (diff) | |
download | gentoo-c0564a6e5a2fb6fada5d1bbd38a9181d1cd99014.tar.gz gentoo-c0564a6e5a2fb6fada5d1bbd38a9181d1cd99014.tar.bz2 gentoo-c0564a6e5a2fb6fada5d1bbd38a9181d1cd99014.zip |
media-libs/libsdl2: add joystick patch to 2.24.2 too
It's fixed in 2.26.0 upstream.
Closes: https://bugs.gentoo.org/884237
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.24.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.24.2.ebuild b/media-libs/libsdl2/libsdl2-2.24.2.ebuild index ca1cd4902af0..fa38ef1023de 100644 --- a/media-libs/libsdl2/libsdl2-2.24.2.ebuild +++ b/media-libs/libsdl2/libsdl2-2.24.2.ebuild @@ -95,6 +95,7 @@ MULTILIB_WRAPPED_HEADERS=( PATCHES=( "${FILESDIR}"/${PN}-2.0.16-static-libs.patch + "${FILESDIR}"/${PN}-2.24.0-fix-build-without-joystick.patch ) S="${WORKDIR}/${MY_P}" |