Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
Date: Sun, 06 Nov 2022 12:17:45
Message-Id: 1667736990.4e63e475293ba270157d0ddc6e9e2adc40ec9b3b.ulm@gentoo
1 commit: 4e63e475293ba270157d0ddc6e9e2adc40ec9b3b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 12:13:04 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 12:16:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e63e475
7
8 app-editors/teco: Disable overzealous CFLAGS
9
10 Feel free to submit a patch that updates all these declarations and
11 appeases the clang gods. :)
12
13 Closes: https://bugs.gentoo.org/879041
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 app-editors/teco/teco-36_p19940820.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
20 index d37ed3f84e1f..b3e32b905ec3 100644
21 --- a/app-editors/teco/teco-36_p19940820.ebuild
22 +++ b/app-editors/teco/teco-36_p19940820.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -37,7 +37,7 @@ src_prepare() {
30 }
31
32 src_compile() {
33 - append-flags -ansi
34 + append-flags -ansi -Wno-implicit-function-declaration -Wno-implicit-int
35 append-cppflags -D_POSIX_SOURCE
36 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
37 }