diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-24 09:38:08 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-24 09:40:21 +0200 |
commit | 255d0c563cc7215f8ff4d62116f74ae7bd3758cb (patch) | |
tree | cc220a25280c534643db25ed5435ecc2ff04dd86 /media-libs/libsdl2 | |
parent | sci-libs/sundials: version bump to 5.7.0 (diff) | |
download | gentoo-255d0c563cc7215f8ff4d62116f74ae7bd3758cb.tar.gz gentoo-255d0c563cc7215f8ff4d62116f74ae7bd3758cb.tar.bz2 gentoo-255d0c563cc7215f8ff4d62116f74ae7bd3758cb.zip |
media-libs/libsdl2: Build regression has disappeared
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild index 4d1a2b292c97..4d1988293075 100644 --- a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild @@ -112,9 +112,6 @@ src_prepare() { multilib_src_configure() { use custom-cflags || strip-flags - # libsdl2-2.0.14 build regression. Please check if still needed - append-flags -D__LINUX__ - if use ibus; then local -x IBUS_CFLAGS="-I${ESYSROOT}/usr/include/ibus-1.0 -I${ESYSROOT}/usr/include/glib-2.0 -I${ESYSROOT}/usr/$(get_libdir)/glib-2.0/include" fi |