summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-04-24 19:29:27 +0100
committerSam James <sam@gentoo.org>2025-04-24 19:49:58 +0100
commitd2dd8889e4a084bbe951538ea39b8dc39e73baf0 (patch)
treeedfd98f858a5161ad35c81eb4a6433dfae0ebe40
parent32bb4b55a5b82cac1a795ca8896c150947c78fad (diff)
downloadgentoo-d2dd8889e4a084bbe951538ea39b8dc39e73baf0.tar.gz
gentoo-d2dd8889e4a084bbe951538ea39b8dc39e73baf0.tar.bz2
gentoo-d2dd8889e4a084bbe951538ea39b8dc39e73baf0.zip
www-apache/mod_musicindex: build w/ -std=gnu17
Closes: https://bugs.gentoo.org/944206 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild
index d0ac86de19ee..71fe9ed31699 100644
--- a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild
+++ b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit apache-module autotools
+inherit apache-module autotools flag-o-matic
DESCRIPTION="mod_musicindex allows nice displaying of directories containing music files"
HOMEPAGE="http://hacks.slashdirt.org/sw/musicindex/"
@@ -46,6 +46,9 @@ src_prepare() {
}
src_configure() {
+ # bug #944206
+ append-cflags -std=gnu17
+
econf \
--with-vorbis-libraries="${ESYSROOT}/usr/$(get_libdir)" \
--with-libFLAC-libraries="${ESYSROOT}/usr/$(get_libdir)" \