summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-01 13:45:07 +0000
committerSam James <sam@gentoo.org>2024-12-01 13:45:07 +0000
commit6d130d75180042f6704840b060b6d37797789f26 (patch)
treebd16bcd941234dbff8fab70f716606408a0ea897 /app-text
parentapp-text/dvipsk: build w/ -std=gnu17 (diff)
downloadgentoo-6d130d75180042f6704840b060b6d37797789f26.tar.gz
gentoo-6d130d75180042f6704840b060b6d37797789f26.tar.bz2
gentoo-6d130d75180042f6704840b060b6d37797789f26.zip
app-text/ps2pkm: build w/ -std=gnu17
Bug: https://bugs.gentoo.org/944098 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild
index eb69ea98433b..be4b632992a2 100644
--- a/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild
+++ b/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit flag-o-matic
+
DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
HOMEPAGE="https://tug.org/texlive/"
SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
@@ -19,6 +21,9 @@ BDEPEND="virtual/pkgconfig"
DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" )
src_configure() {
+ # bug #944098
+ append-cflags -std=gnu17
+
econf \
--with-system-kpathsea
}