summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-24 21:03:14 +0000
committerSam James <sam@gentoo.org>2024-12-24 21:03:14 +0000
commitde9c0194f3adc413f96a64d072ea3a7a1dd6b1d9 (patch)
tree61ebaded519a3df1279303481f8b8470ba496552 /x11-libs
parentsys-devel/gcc: update nvptx bashisms patch (diff)
downloadgentoo-de9c0194f3adc413f96a64d072ea3a7a1dd6b1d9.tar.gz
gentoo-de9c0194f3adc413f96a64d072ea3a7a1dd6b1d9.tar.bz2
gentoo-de9c0194f3adc413f96a64d072ea3a7a1dd6b1d9.zip
x11-libs/libfm: build w/ -std=gnu17
It's on life-support upstream, really. Closes: https://bugs.gentoo.org/944077 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libfm/libfm-1.3.2-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/libfm/libfm-1.3.2-r1.ebuild b/x11-libs/libfm/libfm-1.3.2-r1.ebuild
index 63012f59c6ff..a7a8cf69eb63 100644
--- a/x11-libs/libfm/libfm-1.3.2-r1.ebuild
+++ b/x11-libs/libfm/libfm-1.3.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
MY_P="${PN}-${PV/_/}"
-inherit autotools vala xdg
+inherit autotools flag-o-matic vala xdg
DESCRIPTION="Library for file management"
HOMEPAGE="https://wiki.lxde.org/en/PCManFM"
@@ -85,6 +85,9 @@ EOF
}
src_configure() {
+ # bug #944077
+ append-cflags -std=gnu17
+
local myeconfargs=(
--disable-static
--with-html-dir=/usr/share/doc/${PF}/html