summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-08 16:16:08 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-08 16:16:08 +0000
commit336a1779dcb6e41b4b70045c7b7130c79c65ac0d (patch)
treed9cbbf31a3e3ed4c588dcbbdc788a7d7dfd04987
parentedee96dbbd1fe1048c27593e4715416ad8c33a8d (diff)
downloadmandoc-336a1779dcb6e41b4b70045c7b7130c79c65ac0d.tar.gz
mention that BUILD_CATMAN doesn't work on SunOS 5.9 and 5.10
-rw-r--r--configure.local.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.local.example b/configure.local.example
index 9bb5c148..98cf468e 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -222,6 +222,8 @@ CGIBINDIR="${WWWPREFIX}/cgi-bin"
# By default, building mandocd(8) and catman(8) is disabled.
# To enable it, use the following line.
+# It does not work on SunOS 5.10 because there is no mkdirat(2)
+# nor on SunOS 5.9 which also lacks CMSG_LEN(3) and CMSG_SPACE(3).
BUILD_CATMAN=1