summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/talloc/files/talloc-2.0.0-without-doc.patch')
-rw-r--r--sys-libs/talloc/files/talloc-2.0.0-without-doc.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-libs/talloc/files/talloc-2.0.0-without-doc.patch b/sys-libs/talloc/files/talloc-2.0.0-without-doc.patch
new file mode 100644
index 000000000000..1e9a319dc753
--- /dev/null
+++ b/sys-libs/talloc/files/talloc-2.0.0-without-doc.patch
@@ -0,0 +1,21 @@
+--- talloc-2.0.0-orig/configure.ac 2009-08-31 02:58:36 +0900
++++ talloc-2.0.0/configure.ac 2009-10-23 11:00:13 +0900
+@@ -36,10 +36,15 @@
+ m4_include(libtalloc.m4)
+ m4_include(compat/talloc_compat1.m4)
+
+-AC_PATH_PROG(XSLTPROC,xsltproc)
+ DOC_TARGET=""
+-if test -n "$XSLTPROC"; then
+- DOC_TARGET=doc
++AC_ARG_WITH([doc],
++ AS_HELP_STRING([--without-doc], [disable manpage generation]),
++ [], [with_doc=yes])
++if test "yes" = "$with_doc"; then
++ AC_PATH_PROG(XSLTPROC,xsltproc)
++ if test -n "$XSLTPROC"; then
++ DOC_TARGET=doc
++ fi
+ fi
+ AC_SUBST(DOC_TARGET)
+