commit: caedec43e6d7ee387792328a789511de5990d597
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 19:57:50 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 20:36:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caedec43
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 <AT> gentoo.org>
media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild | 3 ---
1 file changed, 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 8fd24c1e466..ff5ea17121f 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