mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-text/u2ps: EAPI 8, build w/ -std=gnu17
... because archived upstream. Closes: https://bugs.gentoo.org/945504 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
2ad533385d
commit
8e9ba6ec51
@ -1,9 +1,9 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
inherit toolchain-funcs
|
inherit flag-o-matic toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8"
|
DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8"
|
||||||
HOMEPAGE="https://github.com/arsv/u2ps"
|
HOMEPAGE="https://github.com/arsv/u2ps"
|
||||||
@ -23,6 +23,8 @@ PATCHES=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
# bug #945504
|
||||||
|
append-flags -std=gnu17
|
||||||
# this isnt autoconf, so econf fails...
|
# this isnt autoconf, so econf fails...
|
||||||
tc-export CC
|
tc-export CC
|
||||||
./configure \
|
./configure \
|
||||||
Loading…
x
Reference in New Issue
Block a user