commit:     782333bc71e054d8e6365bc8e89e4548505e9fe3
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 09:12:01 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 10:53:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782333bc

x11-misc/mygestures: pass -std=gnu17 for gcc15

May be an easy fix, but upstream been dead for 4 years and
it's not worth keeping a (probably) permanent patch over.

Closes: https://bugs.gentoo.org/944094
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/mygestures/mygestures-2.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-misc/mygestures/mygestures-2.0-r1.ebuild 
b/x11-misc/mygestures/mygestures-2.0-r1.ebuild
index 2a4e45a2e732..86f6f3387f76 100644
--- a/x11-misc/mygestures/mygestures-2.0-r1.ebuild
+++ b/x11-misc/mygestures/mygestures-2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Mouse gestures for X"
 HOMEPAGE="https://github.com/deters/mygestures/";
@@ -39,6 +39,8 @@ src_prepare() {
        default
 
        eautoreconf
+
+       append-cflags -std=gnu17 #944094
 }
 
 src_install() {

Reply via email to