diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-08-10 20:57:50 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-08-10 21:36:05 +0100 |
commit | caedec43e6d7ee387792328a789511de5990d597 (patch) | |
tree | c7587bc483f59867f15d0b136942f0ab46a6f111 /media-libs/libsdl2 | |
parent | www-client/microsoft-edge-beta: remove old (diff) | |
download | gentoo-caedec43e6d7ee387792328a789511de5990d597.tar.gz gentoo-caedec43e6d7ee387792328a789511de5990d597.tar.bz2 gentoo-caedec43e6d7ee387792328a789511de5990d597.zip |
media-libs/libsdl2: Remove -D__LINUX__ hack again
I think this slipped back in through a user contribution. The original
issue was probably due to autoheader.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild b/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild index 8fd24c1e4666..ff5ea17121fe 100644 --- a/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild @@ -113,9 +113,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 |