gentoo-ebuilds/app-text/xmlto/files/xmlto-0.0.28-allow-links.patch
Sam James 26ee24cc74
app-text/xmlto: fix links patch macro
Closes: https://bugs.gentoo.org/679626
Signed-off-by: Sam James <sam@gentoo.org>
2021-04-07 23:27:01 +01:00

15 lines
535 B
Diff

https://bugs.gentoo.org/679626
Thanks-to: dolphinling
--- a/configure.in
+++ b/configure.in
@@ -100,8 +100,8 @@ dnl
AC_ARG_VAR([LYNX], [Name and path of the `lynx' browser.])
AC_PATH_PROG([LYNX], [lynx], [lynx])
-AC_ARG_VAR([LINKS], [Name and path of the `elinks' browser.])
-AC_PATH_PROG([LINKS], [elinks], [elinks])
+AC_ARG_VAR([LINKS], [Name and path of the `links/elinks' browser.])
+AC_PATH_PROGS([LINKS], [links elinks], [links])
AC_ARG_VAR([W3M], [Name and path of the `w3m' browser.])
AC_PATH_PROG([W3M], [w3m], [w3m])