diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-11-12 11:16:46 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-11-12 11:25:37 +0100 |
commit | 552ad970da3fe2492239f88e84bedec2dc666478 (patch) | |
tree | 375115af71b88c589f8cc65f57acc894381e10bb /sys-apps | |
parent | kde-frameworks/kross: drop 5.111.0 (diff) | |
download | gentoo-552ad970da3fe2492239f88e84bedec2dc666478.tar.gz gentoo-552ad970da3fe2492239f88e84bedec2dc666478.tar.bz2 gentoo-552ad970da3fe2492239f88e84bedec2dc666478.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/groff/groff-1.23.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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) ) |