summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-21 08:37:39 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-21 08:47:03 -0400
commitaa8edfc113b477d05f87e26a9f73c8a745364071 (patch)
treebe7edbf74db46e5f604c8d387d72cbbd58ed02b0 /net-misc/rinetd
parentnet-misc/hashcash: drop c2x workaround (diff)
downloadgentoo-aa8edfc113b477d05f87e26a9f73c8a745364071.tar.gz
gentoo-aa8edfc113b477d05f87e26a9f73c8a745364071.tar.bz2
gentoo-aa8edfc113b477d05f87e26a9f73c8a745364071.zip
net-misc/rinetd: 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 'net-misc/rinetd')
-rw-r--r--net-misc/rinetd/rinetd-0.62-r3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/rinetd/rinetd-0.62-r3.ebuild b/net-misc/rinetd/rinetd-0.62-r3.ebuild
index 44266b98726e..b6df56b6242f 100644
--- a/net-misc/rinetd/rinetd-0.62-r3.ebuild
+++ b/net-misc/rinetd/rinetd-0.62-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="redirects TCP connections from one IP address and port to another"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -26,7 +26,6 @@ src_prepare() {
src_compile() {
tc-export CC
- append-cflags -std=gnu89 # old codebase, incompatible with c2x
emake CFLAGS="${CFLAGS} -DLINUX"
}