1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/x11/yelp/files/patch-libyelp_yelp-man-parser.c
Koop Mast 38b32f9aeb Update yelp to 3.22.0.
Record indirect dependancies.

Obtained from:	gnome devel repo
2017-05-06 19:47:41 +00:00

12 lines
430 B
C

--- libyelp/yelp-man-parser.c.orig 2016-07-10 15:09:15 UTC
+++ libyelp/yelp-man-parser.c
@@ -369,7 +369,7 @@ get_troff (gchar *path, GError **error)
{
gint ystdout;
GError *err = NULL;
- const gchar *argv[] = { "man", "-Z", "-Tutf8", "-EUTF-8", path, NULL };
+ const gchar *argv[] = { "%%LIBEXECDIR%%", "/yelp-groff", path, NULL };
gchar **my_argv;
/* g_strdupv() should accept a "const gchar **". */