commit: c23881a956db64fc2a65108dd907b334d8d06b20 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 22:19:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 22:19:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23881a9
net-im/pidgin: build w/ -std=gnu17 No point in worrying about 2.x. We can see about C23 with 3.x. Closes: https://bugs.gentoo.org/944076 Signed-off-by: Sam James <sam <AT> gentoo.org> net-im/pidgin/pidgin-2.14.13.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-im/pidgin/pidgin-2.14.13.ebuild b/net-im/pidgin/pidgin-2.14.13.ebuild index 7ef4273f9243..971afeb79ffb 100644 --- a/net-im/pidgin/pidgin-2.14.13.ebuild +++ b/net-im/pidgin/pidgin-2.14.13.ebuild @@ -170,6 +170,9 @@ src_prepare() { } src_configure() { + # bug #944076 (check if we can remove it w/ 3.x) + append-cflags -std=gnu17 + # Stabilize things, for your own good strip-flags replace-flags -O? -O2
