aports/main/libunwind/force-enable-man.patch
psykose e1349a31b9 main/libunwind: upgrade to 1.7.0
remove all now-unneeded patches
mips support was dropped, so remove that too
2023-06-07 01:27:50 +02:00

16 lines
602 B
Diff

Man pages are already built in the release tarball, so we don't need latex2man.
--
diff --git a/configure b/configure
index 86c8126..989bcc2 100755
--- a/configure
+++ b/configure
@@ -18556,7 +18556,7 @@ fi
if test "x$LATEX2MAN" = "x" && test "x$enable_documentation" = "xyes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: latex2man not found. Install latex2man. Disabling docs." >&5
$as_echo "$as_me: WARNING: latex2man not found. Install latex2man. Disabling docs." >&2;}
- enable_documentation="no";
+ enable_documentation="yes";
fi
if test x$enable_documentation = xyes; then