commit: 40b8067544113f134a9e483e28ea32c765018b0e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 24 04:56:24 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 24 04:56:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b80675
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 <AT> gentoo.org> sci-libs/med/med-4.1.1-r4.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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
