summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/groff/groff-1.22.4.ebuild')
-rw-r--r--sys-apps/groff/groff-1.22.4.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-apps/groff/groff-1.22.4.ebuild b/sys-apps/groff/groff-1.22.4.ebuild
index 958daba55415..81ac61ff2940 100644
--- a/sys-apps/groff/groff-1.22.4.ebuild
+++ b/sys-apps/groff/groff-1.22.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -56,6 +56,13 @@ src_prepare() {
.ds default-operating-system Gentoo${pfx}/${KERNEL}
EOF
+ # https://savannah.gnu.org/bugs/?63726
+ sed -i \
+ -e '/TESTS += contrib\/gdiffmk\/tests\/gdiffmk_tests.sh/d' \
+ -e '/\tcontrib\/gdiffmk\/tests\/gdiffmk_tests.sh \\/d' \
+ contrib/gdiffmk/tests/gdiffmk_tests.sh \
+ contrib/gdiffmk/gdiffmk.am || die
+
# make sure we don't get a crappy `g' nameprefix on UNIX systems with real
# troff (GROFF_G macro runs some test to see, its own troff doesn't satisfy)
sed -i -e 's/^[ \t]\+g=g$/g=/' configure || die