summaryrefslogtreecommitdiff
path: root/sysutils/nut-devel/files/patch-configure.ac
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:48:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:48:33 +0000
commit69ad700f1e2afd6380406f10462b4311ee87eee3 (patch)
treea6d6b77dfb85ff96df17f409db41f25e88ad59d9 /sysutils/nut-devel/files/patch-configure.ac
parentUpdate to 6.8.1 (diff)
Update textproc/asciidoc to 9.0.0rc2
Changes: https://github.com/asciidoc/asciidoc-py3/releases https://github.com/asciidoc/asciidoc-py3/blob/master/CHANGELOG.txt PR: 245723 Submitted by: antoine
Notes
Notes: svn path=/head/; revision=532404
Diffstat (limited to 'sysutils/nut-devel/files/patch-configure.ac')
-rw-r--r--sysutils/nut-devel/files/patch-configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/nut-devel/files/patch-configure.ac b/sysutils/nut-devel/files/patch-configure.ac
new file mode 100644
index 000000000000..185104be2596
--- /dev/null
+++ b/sysutils/nut-devel/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2020-02-09 18:44:01 UTC
++++ configure.ac
+@@ -818,7 +818,7 @@ dnl not fail if we have no tools to generate it (so ad
+ AC_MSG_CHECKING([if we can build ${nut_doc_build_target_base}])
+ can_build_doc_man=no
+ if test "${nut_have_asciidoc}" = yes ; then
+- ( cd "$DOCTESTDIR" && ${A2X} --format manpage --destination-dir=. --xsltproc-opts "--nonet" "${abs_srcdir}"/docs/man/snmp-ups.txt && test -s snmp-ups.8 ) && can_build_doc_man=yes
++ ( cd "$DOCTESTDIR" && ${A2X} --format manpage --destination-dir=. --xsltproc-opts="--nonet" "${abs_srcdir}"/docs/man/snmp-ups.txt && test -s snmp-ups.8 ) && can_build_doc_man=yes
+ rm -f "${DOCTESTDIR}"/snmp-ups.8
+ fi
+ if test "${can_build_doc_man}" = yes ; then