aports/main/libunwind/force-enable-man.patch
Jakub Jirutka bc293cd531 main/libunwind: upgrade to 1.2_rc1
This is just a release candidate, but the latest stable release (1.1)
is already 4 years old and very outdated. For example Julia, that uses
libunwind, strongly recommends to use latest version, not 1.1.
2016-08-10 08:10:40 +00:00

17 lines
538 B
Diff

Man pages are already built in the release tarball, so we don't need latex2man.
--- a/configure.ac
+++ b/configure.ac
@@ -385,12 +385,6 @@
AC_SUBST(enable_debug_frame)
AC_SUBST(DLLIB)
-AC_PATH_PROG([LATEX2MAN],[latex2man])
-if test "x$LATEX2MAN" = "x"; then
- AC_MSG_WARN([latex2man not found. Install latex2man. Disabling docs.])
- enable_documentation="no";
-fi
-
AM_CONDITIONAL([CONFIG_DOCS], [test x$enable_documentation = xyes])
if test "x$enable_documentation" = "xyes"; then
AC_CONFIG_FILES(doc/Makefile doc/common.tex)