aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
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
commit6a7ca0a529266d2f1768d55dd9f733bb9a14de8b (patch)
tree09a1c82d4e542293810e9d3bb8f03f01f439f990 /configure.local.example
parentb3d021af18b2745d4a2594b05bc4e605d918a9e3 (diff)
downloadmandoc-6a7ca0a529266d2f1768d55dd9f733bb9a14de8b.tar.gz
mandoc-6a7ca0a529266d2f1768d55dd9f733bb9a14de8b.tar.zst
mandoc-6a7ca0a529266d2f1768d55dd9f733bb9a14de8b.zip
mention that BUILD_CATMAN doesn't work on SunOS 5.9 and 5.10
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index a7fa8484..2f0a2b08 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.24 2017/02/08 16:11:41 schwarze Exp $
+# $Id: configure.local.example,v 1.25 2017/02/08 16:16:08 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -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