summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/dvipsk/dvipsk-2024.03.11_p70015.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/dvipsk/dvipsk-2024.03.11_p70015.ebuild b/app-text/dvipsk/dvipsk-2024.03.11_p70015.ebuild
index caf1af9..311f713 100644
--- a/app-text/dvipsk/dvipsk-2024.03.11_p70015.ebuild
+++ b/app-text/dvipsk/dvipsk-2024.03.11_p70015.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit texlive-common
+inherit flag-o-matic texlive-common
TL_VERSION="$(ver_cut 1)$(ver_cut 2)$(ver_cut 3)"
DESCRIPTION="DVI-to-PostScript translator"
@@ -32,6 +32,9 @@ RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
src_configure() {
+ # bug #943911
+ append-cflags -std=gnu17
+
econf --with-system-kpathsea
}