commit:     8d109c01650bde9b0c9979f8e666140ef87dfad0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 06:41:48 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 06:47:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d109c01

media-libs/libsdl2: use prefixed AT_M4DIR

Closes: https://bugs.gentoo.org/880581
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild | 2 +-
 media-libs/libsdl2/libsdl2-2.24.2.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild 
b/media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild
index 481ce62c0cdf..6ca1a8b7d87a 100644
--- a/media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild
@@ -113,7 +113,7 @@ src_prepare() {
        # PACKAGE_NAME. Add AT_NOEAUTOHEADER="yes" to prevent those macros from
        # being reintroduced.
        # https://bugs.gentoo.org/764959
-       AT_NOEAUTOHEADER="yes" AT_M4DIR="/usr/share/aclocal acinclude" \
+       AT_NOEAUTOHEADER="yes" AT_M4DIR="${BROOT}/usr/share/aclocal acinclude" \
                eautoreconf
 }
 

diff --git a/media-libs/libsdl2/libsdl2-2.24.2.ebuild 
b/media-libs/libsdl2/libsdl2-2.24.2.ebuild
index 50a7396fe313..2b3f26f284a7 100644
--- a/media-libs/libsdl2/libsdl2-2.24.2.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.24.2.ebuild
@@ -110,7 +110,7 @@ src_prepare() {
        # PACKAGE_NAME. Add AT_NOEAUTOHEADER="yes" to prevent those macros from
        # being reintroduced.
        # https://bugs.gentoo.org/764959
-       AT_NOEAUTOHEADER="yes" AT_M4DIR="/usr/share/aclocal acinclude" \
+       AT_NOEAUTOHEADER="yes" AT_M4DIR="${BROOT}/usr/share/aclocal acinclude" \
                eautoreconf
 }
 

Reply via email to