diff options
author | Sam James <sam@gentoo.org> | 2024-11-17 03:09:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-17 03:10:21 +0000 |
commit | 7a98705c97f6f3545f5860d3475350ef73ee170a (patch) | |
tree | 0b81355bfb81cfcf1a04666a42ae29b3d10eb8ac /media-sound/gsm | |
parent | dev-python/Nuitka: Bump to 2.5 (diff) | |
download | gentoo-7a98705c97f6f3545f5860d3475350ef73ee170a.tar.gz gentoo-7a98705c97f6f3545f5860d3475350ef73ee170a.tar.bz2 gentoo-7a98705c97f6f3545f5860d3475350ef73ee170a.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound/gsm')
-rw-r--r-- | media-sound/gsm/gsm-1.0.22_p1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |