commit: ad0d33d2e0bc7926c9fdf4a800eb1bff75c82686 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Feb 13 23:32:03 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Feb 13 23:32:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0d33d2
net-misc/netevent: Don't build with the -Werror flag Closes: https://bugs.gentoo.org/770355 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> net-misc/netevent/netevent-2.0_p20200217.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-misc/netevent/netevent-2.0_p20200217.ebuild b/net-misc/netevent/netevent-2.0_p20200217.ebuild index f9936ce3b14..40a7e879dc5 100644 --- a/net-misc/netevent/netevent-2.0_p20200217.ebuild +++ b/net-misc/netevent/netevent-2.0_p20200217.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,3 +30,7 @@ src_configure() { $(use_enable doc) \ || die } + +src_compile() { + emake CPPFLAGS="-Wall -Wno-unknown-pragmas" +}
