From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ng/
Date: Fri, 8 Oct 2021 12:33:25 +0000 (UTC) [thread overview]
Message-ID: <1633696390.279064ccf66cd76b4ef8f2fb7d03db3b41d79655.hattya@gentoo> (raw)
commit: 279064ccf66cd76b4ef8f2fb7d03db3b41d79655
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 8 12:33:10 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Oct 8 12:33:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279064cc
app-editors/ng: fix build with Clang
Closes: https://bugs.gentoo.org/729234
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-editors/ng/ng-1.5_beta1-r3.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/app-editors/ng/ng-1.5_beta1-r3.ebuild b/app-editors/ng/ng-1.5_beta1-r3.ebuild
index 9c71c540e8b..92a75d620f7 100644
--- a/app-editors/ng/ng-1.5_beta1-r3.ebuild
+++ b/app-editors/ng/ng-1.5_beta1-r3.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit autotools toolchain-funcs
+inherit autotools flag-o-matic toolchain-funcs
MY_P="${P/_beta/beta}"
@@ -33,6 +33,11 @@ src_prepare() {
eautoconf
cd - >/dev/null || die
cp sys/unix/configure . || die
+ # written in K&R C
+ append-flags \
+ -Wno-implicit-function-declaration \
+ -Wno-implicit-int \
+ -Wno-return-type
}
src_configure() {
next reply other threads:[~2021-10-08 12:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-08 12:33 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 21:03 [gentoo-commits] repo/gentoo:master commit in: app-editors/ng/ Sam James
2021-10-08 12:33 Akinori Hattori
2021-07-17 11:26 David Seifert
2017-10-21 16:52 Patrice Clement
2017-10-21 16:52 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1633696390.279064ccf66cd76b4ef8f2fb7d03db3b41d79655.hattya@gentoo \
--to=hattya@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox