x11-plugins/wmnet: 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>
This commit is contained in:
Ionen Wolkens
2022-10-21 08:44:58 -04:00
parent 64b179d4a2
commit dc0477f353

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit flag-o-matic toolchain-funcs
inherit toolchain-funcs
DESCRIPTION="WMnet is a dock.app network monitor"
HOMEPAGE="https://www.dockapps.net/wmnet"
@@ -28,8 +28,6 @@ BDEPEND="
PATCHES=( "${WORKDIR}"/${P}-misc.patch )
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 "xmkmf failed"
}