diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 08:44:58 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 08:47:03 -0400 |
commit | dc0477f3534c4ccfdecacfe6f12ba6db4d46dbce (patch) | |
tree | 841fb0fe0585f33e389ab1cb2950d3aa356f6cd7 /x11-plugins/wmnet | |
parent | x11-plugins/asmem: drop c2x workaround (diff) | |
download | gentoo-dc0477f3534c4ccfdecacfe6f12ba6db4d46dbce.tar.gz gentoo-dc0477f3534c4ccfdecacfe6f12ba6db4d46dbce.tar.bz2 gentoo-dc0477f3534c4ccfdecacfe6f12ba6db4d46dbce.zip |
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>
Diffstat (limited to 'x11-plugins/wmnet')
-rw-r--r-- | x11-plugins/wmnet/wmnet-1.06-r2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-plugins/wmnet/wmnet-1.06-r2.ebuild b/x11-plugins/wmnet/wmnet-1.06-r2.ebuild index 0df8301f1ddb..21e339edf295 100644 --- a/x11-plugins/wmnet/wmnet-1.06-r2.ebuild +++ b/x11-plugins/wmnet/wmnet-1.06-r2.ebuild @@ -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" } |