media-gfx/tif22pnm: build w/ -std=gnu17

Bug: https://bugs.gentoo.org/944994
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-12-01 13:41:03 +00:00
parent 85c5cf3f53
commit b594388d2f
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
inherit autotools flag-o-matic
DESCRIPTION="tif22pnm and png22pnm command-line converters"
HOMEPAGE="http://pts.szit.bme.hu/ https://code.google.com/p/sam2p/"
@ -29,6 +29,13 @@ src_prepare() {
eautoreconf
}
src_configure() {
# bug #944994
append-cflags -std=gnu17
default
}
src_install() {
dobin png22pnm tif22pnm
einstalldocs