diff options
author | 2022-11-18 01:41:48 -0500 | |
---|---|---|
committer | 2022-11-18 01:47:09 -0500 | |
commit | 8d109c01650bde9b0c9979f8e666140ef87dfad0 (patch) | |
tree | 6f78066d4f8d8fc738c1c7a35d800d683151fd92 /media-libs | |
parent | sys-libs/readline: Stabilize 8.1_p2-r1 arm64, #881747 (diff) | |
download | gentoo-8d109c01650bde9b0c9979f8e666140ef87dfad0.tar.gz gentoo-8d109c01650bde9b0c9979f8e666140ef87dfad0.tar.bz2 gentoo-8d109c01650bde9b0c9979f8e666140ef87dfad0.zip |
media-libs/libsdl2: use prefixed AT_M4DIR
Closes: https://bugs.gentoo.org/880581
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.24.0-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 } |