commit: 0824ccfcdf999b54c0ff3653bc894d82798195ae
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 11:15:31 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 12:47:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0824ccfc
games-arcade/netris: drop c2x workaround
Changed the way test for this, and upon closer look
this one wasn't needed.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/netris/netris-0.52-r4.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-arcade/netris/netris-0.52-r4.ebuild
b/games-arcade/netris/netris-0.52-r4.ebuild
index 6f5c8b733523..28d1f6e2d747 100644
--- a/games-arcade/netris/netris-0.52-r4.ebuild
+++ b/games-arcade/netris/netris-0.52-r4.ebuild
@@ -54,7 +54,6 @@ src_prepare() {
}
src_configure() {
- append-cflags -std=gnu89 # old codebase, incompatible with c2x
append-cppflags -D_DEFAULT_SOURCE #874021, for on_exit()
append-cflags ${CPPFLAGS}