mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
85c5cf3f53
commit
b594388d2f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user