diff options
author | Sam James <sam@gentoo.org> | 2024-11-24 22:19:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-24 22:19:20 +0000 |
commit | c23881a956db64fc2a65108dd907b334d8d06b20 (patch) | |
tree | 5c169b65eb3d00eb00fdf608a35df213f8ee9abd /net-im | |
parent | media-gfx/inkscape: Stabilize 1.4-r1 x86, #942841 (diff) | |
download | gentoo-c23881a956db64fc2a65108dd907b334d8d06b20.tar.gz gentoo-c23881a956db64fc2a65108dd907b334d8d06b20.tar.bz2 gentoo-c23881a956db64fc2a65108dd907b334d8d06b20.zip |
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@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/pidgin-2.14.13.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |