commit:     8945e595e7b9539282ebacd978c41e8220c1b9fc
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 12:46:16 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 12:47:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8945e595

x11-wm/lwm: 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>

 x11-wm/lwm/lwm-1.2.4.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/x11-wm/lwm/lwm-1.2.4.ebuild b/x11-wm/lwm/lwm-1.2.4.ebuild
index 27cd77886906..e1d55b18003d 100644
--- a/x11-wm/lwm/lwm-1.2.4.ebuild
+++ b/x11-wm/lwm/lwm-1.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="The ultimate lightweight window manager"
 HOMEPAGE="https://www.jfc.org.uk/software/lwm.html";
@@ -32,8 +32,6 @@ src_prepare() {
 }
 
 src_configure() {
-       append-cflags -std=gnu89 # old codebase, incompatible with c2x
-
        CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
                IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die
 }

Reply via email to