mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user