commit: 7a98705c97f6f3545f5860d3475350ef73ee170a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 03:09:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 03:10:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a98705c
media-sound/gsm: build w/ -std=gnu17
Dead upstream. Fails w/ signal handler ptr. differences. No point
wasting time on it IMO.
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/gsm/gsm-1.0.22_p1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/media-sound/gsm/gsm-1.0.22_p1.ebuild
b/media-sound/gsm/gsm-1.0.22_p1.ebuild
index f3a5178d06c9..ee55d2181c5b 100644
--- a/media-sound/gsm/gsm-1.0.22_p1.ebuild
+++ b/media-sound/gsm/gsm-1.0.22_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,6 +38,8 @@ src_prepare() {
}
src_configure() {
+ append-flags -std=gnu17
+
# From upstream Makefile. Define this if your host multiplies
# floats faster than integers, e.g. on a SPARCstation.
use sparc && append-flags -DUSE_FLOAT_MUL -DFAST