commit:     4e63e475293ba270157d0ddc6e9e2adc40ec9b3b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 12:13:04 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 12:16:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e63e475

app-editors/teco: Disable overzealous CFLAGS

Feel free to submit a patch that updates all these declarations and
appeases the clang gods. :)

Closes: https://bugs.gentoo.org/879041
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/teco/teco-36_p19940820.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/teco/teco-36_p19940820.ebuild 
b/app-editors/teco/teco-36_p19940820.ebuild
index d37ed3f84e1f..b3e32b905ec3 100644
--- a/app-editors/teco/teco-36_p19940820.ebuild
+++ b/app-editors/teco/teco-36_p19940820.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -37,7 +37,7 @@ src_prepare() {
 }
 
 src_compile() {
-       append-flags -ansi
+       append-flags -ansi -Wno-implicit-function-declaration -Wno-implicit-int
        append-cppflags -D_POSIX_SOURCE
        emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
 }

Reply via email to