diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-11-06 13:13:04 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-11-06 13:16:30 +0100 |
commit | 4e63e475293ba270157d0ddc6e9e2adc40ec9b3b (patch) | |
tree | 893daaf9aad830ab7c27a5945494691de9ef4482 /app-editors/teco | |
parent | mail-client/mutt-2.2.8: version bump (diff) | |
download | gentoo-4e63e475293ba270157d0ddc6e9e2adc40ec9b3b.tar.gz gentoo-4e63e475293ba270157d0ddc6e9e2adc40ec9b3b.tar.bz2 gentoo-4e63e475293ba270157d0ddc6e9e2adc40ec9b3b.zip |
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@gentoo.org>
Diffstat (limited to 'app-editors/teco')
-rw-r--r-- | app-editors/teco/teco-36_p19940820.ebuild | 4 |
1 files 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}" } |