summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-21 08:46:16 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-21 08:47:04 -0400
commit8945e595e7b9539282ebacd978c41e8220c1b9fc (patch)
treed0229375fb05a6814fdf90f12487e9a7a7c0edbd /x11-wm
parentx11-plugins/wmnet: drop c2x workaround (diff)
downloadgentoo-8945e595e7b9539282ebacd978c41e8220c1b9fc.tar.gz
gentoo-8945e595e7b9539282ebacd978c41e8220c1b9fc.tar.bz2
gentoo-8945e595e7b9539282ebacd978c41e8220c1b9fc.zip
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@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/lwm/lwm-1.2.4.ebuild4
1 files changed, 1 insertions, 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
}