summaryrefslogtreecommitdiff
path: root/app-editors/teco/teco-36_p19940820.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/teco/teco-36_p19940820.ebuild')
-rw-r--r--app-editors/teco/teco-36_p19940820.ebuild4
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}"
}