Revert "games-puzzle/ltris: Fix a warning"

This reverts commit 2eb052c813.

This is an informational message, and is not meant to be
shoved under the rug by manually doing what the eclass
is already doing (the motivation to add this to the eclass
was to not have to do this in ebuilds in the first place).

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2023-05-23 14:53:54 -04:00
parent c9fb039ff5
commit ce1e8ceb6b
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_prepare() {
default
mv configure.in configure.ac || die
AT_M4DIR=m4 eautoreconf
append-cflags -std=gnu89 # build with gcc5 (bug #570966)
}