summaryrefslogtreecommitdiff
path: root/www/varnish/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/varnish/patches/patch-ac')
-rw-r--r--www/varnish/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/varnish/patches/patch-ac b/www/varnish/patches/patch-ac
new file mode 100644
index 00000000000..fb7da461837
--- /dev/null
+++ b/www/varnish/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2010/12/06 14:25:44 wiz Exp $
+
+--- configure.ac.orig 2010-11-28 15:22:39.000000000 -0500
++++ configure.ac
+@@ -30,7 +30,7 @@
+ AC_MSG_WARN([xsltproc not found – not building documentation])
+ fi
+ AM_CONDITIONAL(HAVE_XSLTPROC,[test "x$XSLTPROC" != "xno"])
+-AC_CHECK_PROGS(RST2MAN, [rst2man], "no")
++AC_CHECK_PROGS(RST2MAN, [rst2man rst2man.py], "no")
+ if test "x$RST2MAN" = "xno"; then
+ AC_MSG_WARN([rst2man not found – not building man pages])
+ fi