commit: 192d81163fe990fffea21cc814f528187a0635e0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 1 16:13:30 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 16:13:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192d8116
dev-libs/dbus-glib: build w/ -std=gnu17 Dead upstream. Closes: https://bugs.gentoo.org/943768 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/dbus-glib/dbus-glib-0.112.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild index 6bb0cf21144e..7faec8fb4b0f 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools bash-completion-r1 multilib-minimal toolchain-funcs +inherit autotools bash-completion-r1 flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="D-Bus bindings for glib" HOMEPAGE="https://dbus.freedesktop.org/" @@ -43,6 +43,9 @@ src_prepare() { } multilib_src_configure() { + # bug #943768 + append-cflags -std=gnu17 + local myconf=( --localstatedir="${EPREFIX}"/var --enable-bash-completion
