diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 07:15:31 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 08:47:02 -0400 |
commit | 0824ccfcdf999b54c0ff3653bc894d82798195ae (patch) | |
tree | 12690a36105dd16c4f3723c57a1c5ba8e5a57c4c /games-arcade | |
parent | dev-util/ftjam: drop c2x workaround (diff) | |
download | gentoo-0824ccfcdf999b54c0ff3653bc894d82798195ae.tar.gz gentoo-0824ccfcdf999b54c0ff3653bc894d82798195ae.tar.bz2 gentoo-0824ccfcdf999b54c0ff3653bc894d82798195ae.zip |
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@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/netris/netris-0.52-r4.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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} |