aports/main/libunwind/force-enable-man.patch
2024-01-19 15:51:59 +00:00

15 lines
524 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
@@ -18024,7 +18024,7 @@
{ $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 != xno; then