summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-24 04:56:24 +0000
committerSam James <sam@gentoo.org>2024-12-24 04:56:24 +0000
commit40b8067544113f134a9e483e28ea32c765018b0e (patch)
treebbbbad6fc2d1fbb2cb1126002a632e513ba18d23 /sci-libs/med/med-4.1.1-r4.ebuild
parentgames-board/stockfish: EAPI 8, fix build w/ gcc-15 (diff)
downloadgentoo-40b8067544113f134a9e483e28ea32c765018b0e.tar.gz
gentoo-40b8067544113f134a9e483e28ea32c765018b0e.tar.bz2
gentoo-40b8067544113f134a9e483e28ea32c765018b0e.zip
sci-libs/med: build w/ -std=gnu17
The upstream HOMEPAGE is dead and I can't figure out what the new one should be, so not reported anywhere. Closes: https://bugs.gentoo.org/943874 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/med/med-4.1.1-r4.ebuild')
-rw-r--r--sci-libs/med/med-4.1.1-r4.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/med/med-4.1.1-r4.ebuild b/sci-libs/med/med-4.1.1-r4.ebuild
index ce0d521ecfd1..2b8c3a7cf96c 100644
--- a/sci-libs/med/med-4.1.1-r4.ebuild
+++ b/sci-libs/med/med-4.1.1-r4.ebuild
@@ -63,6 +63,9 @@ src_prepare() {
}
src_configure() {
+ # bug #943874
+ append-cflags -std=gnu17
+
local mycmakeargs=(
# as indicated in the CMakeLists.txt, the shipped documentation is generated by a custom doxygen,
# so let's avoid rebuilding it because it will be different