$NetBSD: patch-docs_configure,v 1.1 2025/08/22 09:00:12 bouyer Exp $

Don't try to find pandoc because if it happens to be installed:
  - the build fails because of some latex footnote issue
  - it is not declared as a dependency and therefore should be
    "--without-pandoc" but I can't come up with a CONFIGURE_ARGS
    incantation that works

--- docs/configure.orig	2025-08-04 15:22:34.000000000 +0200
+++ docs/configure	2025-08-21 16:22:03.086724470 +0200
@@ -2290,7 +2290,8 @@
   ;;
 esac
 fi
-PANDOC=$ac_cv_path_PANDOC
+# Don't ever find pandoc.
+PANDOC=
 if test -n "$PANDOC"; then
   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PANDOC" >&5
 printf "%s\n" "$PANDOC" >&6; }
