commit:     7b31581eb67506a035b4b7c2bdc17308e13f1c99
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 22:22:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 22:22:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b31581e

gnome-extra/evolution-data-server: build w/ -std=gnu17

Not going to worry about this more until we have latest version in tree.

Closes: https://bugs.gentoo.org/944075
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../evolution-data-server/evolution-data-server-3.50.2-r2.ebuild       | 3 +++
 .../evolution-data-server/evolution-data-server-3.50.4-r1.ebuild       | 3 +++
 .../evolution-data-server/evolution-data-server-3.52.4-r2.ebuild       | 3 +++
 3 files changed, 9 insertions(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r2.ebuild
index 46eafea5e8d1..0597f8150b97 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r2.ebuild
@@ -108,6 +108,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug #944075
+       append-cflags -std=gnu17
+
        # /usr/include/db.h is always db-1 on FreeBSD
        # so include the right dir in CPPFLAGS
        use berkdb && append-cppflags "-I$(db_includedir)"

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.4-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.4-r1.ebuild
index 9e0aaccfe25e..38d19619d917 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.50.4-r1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.4-r1.ebuild
@@ -108,6 +108,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug #944075
+       append-cflags -std=gnu17
+
        # /usr/include/db.h is always db-1 on FreeBSD
        # so include the right dir in CPPFLAGS
        use berkdb && append-cppflags "-I$(db_includedir)"

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.52.4-r2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.52.4-r2.ebuild
index 9ddadc5e8348..d525d3c1dd69 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.52.4-r2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.52.4-r2.ebuild
@@ -109,6 +109,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug #944075
+       append-cflags -std=gnu17
+
        # /usr/include/db.h is always db-1 on FreeBSD
        # so include the right dir in CPPFLAGS
        use berkdb && append-cppflags "-I$(db_includedir)"

Reply via email to