commit:     e534a5ef32c9c144a7932aae78e625bca69dc14c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 04:19:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 04:19:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e534a5ef

sys-process/daemontools-encore: build w/ -std=gnu17

No activity upstream or response to a musl portability PR, so just
build w/ -std=gnu17.

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

 sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild 
b/sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild
index f1183a2c0350..429dd026191b 100644
--- a/sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild
+++ b/sys-process/daemontools-encore/daemontools-encore-1.11-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,6 +29,9 @@ PATCHES=(
 
 src_compile() {
        use static && append-ldflags -static
+       # bug #944231
+       append-cflags -std=gnu17
+
        qmail_set_cc
        emake
 }

Reply via email to