summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-01-11 18:27:23 +0100
committerLars Wendler <polynomial-c@gentoo.org>2021-01-11 19:33:26 +0100
commitebb09b0278fb5f71d6cc0e1942ca78068d6c8cd4 (patch)
tree4d585af5f7086f7ea202d33d3e8035a3ee2042b8 /media-libs/libsdl2
parentmedia-libs/freetype: Call eautoreconf with AT_NOEAUTOHEADER="yes" (diff)
downloadgentoo-ebb09b0278fb5f71d6cc0e1942ca78068d6c8cd4.tar.gz
gentoo-ebb09b0278fb5f71d6cc0e1942ca78068d6c8cd4.tar.bz2
gentoo-ebb09b0278fb5f71d6cc0e1942ca78068d6c8cd4.zip
media-libs/libsdl2: Call eautoreconf with AT_NOEAUTOHEADER="yes"
Package-Manager: Portage-3.0.13, Repoman-3.0.2 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.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
index 04e09689b1d3..4d1a2b292c97 100644
--- a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
@@ -98,12 +98,12 @@ src_prepare() {
rm -r src/video/khronos || die
ln -s "${ESYSROOT}/usr/include" src/video/khronos || die
- # SDL seems to customize SDL_config.h.in to remove macros like PACKAGE_NAME.
- # Stub out eautoheader to prevent those macros from being reintroduced.
+ # SDL seems to customize SDL_config.h.in to remove macros like
+ # PACKAGE_NAME. Add AT_NOEAUTOHEADER="yes" to prevent those macros from
+ # being reintroduced.
# https://bugs.gentoo.org/764959
- eautoheader() { :; }
-
- AT_M4DIR="/usr/share/aclocal acinclude" eautoreconf
+ AT_NOEAUTOHEADER="yes" AT_M4DIR="/usr/share/aclocal acinclude" \
+ eautoreconf
# libsdl2-2.0.14 build regression. Please check if still needed
multilib_copy_sources