From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03A3D1382C5 for ; Mon, 11 Jan 2021 18:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0567BE09D0; Mon, 11 Jan 2021 18:33:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E57A0E09DC for ; Mon, 11 Jan 2021 18:33:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95C75340E70 for ; Mon, 11 Jan 2021 18:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FC8D46B for ; Mon, 11 Jan 2021 18:33:31 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1610390006.ebb09b0278fb5f71d6cc0e1942ca78068d6c8cd4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ebb09b0278fb5f71d6cc0e1942ca78068d6c8cd4 X-VCS-Branch: master Date: Mon, 11 Jan 2021 18:33:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f9ed4b2-b1e7-4005-b474-c00b9a89043a X-Archives-Hash: 37c1b165a39123d62a0f5b654b6bf408 commit: ebb09b0278fb5f71d6cc0e1942ca78068d6c8cd4 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 11 17:27:23 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 11 18:33:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb09b02 media-libs/libsdl2: Call eautoreconf with AT_NOEAUTOHEADER="yes" Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild | 10 +++++----- 1 file 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 04e09689b1d..4d1a2b292c9 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