commit: 552ad970da3fe2492239f88e84bedec2dc666478
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 10:16:46 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 10:25:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552ad970
sys-apps/groff-1.23.0: explicitly disable compatibility wrappers
On Prefix systems, compatibility wrappers are generated because the
default action is "auto". These wrappers, however, do not function
well on certain systems (Illumnos for instance), but from tests it
appears they are not necessary either, so just disable them
unconditionally. Doing so makes no difference for ordinary Linux
systems, the check would figure out there is nothing to do there, e.g no
usr/lib/groff/site-tmac dir exists.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
sys-apps/groff/groff-1.23.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-apps/groff/groff-1.23.0.ebuild
b/sys-apps/groff/groff-1.23.0.ebuild
index 87bb7256446a..6821a20db9db 100644
--- a/sys-apps/groff/groff-1.23.0.ebuild
+++ b/sys-apps/groff/groff-1.23.0.ebuild
@@ -69,6 +69,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
--with-appdefdir="${EPREFIX}"/usr/share/X11/app-defaults
+ --without-compatibility-wrappers # for Prefix
$(use_with uchardet)
$(use_with X x)
)