aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-09-20 13:25:42 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-09-20 13:25:42 +0000
commitb36441d743a962efef5fc148dbaa1bffec3ec0d1 (patch)
tree60e7b516ffae41c9ca1e21efcd930e9e503e465a /configure.local.example
parent5c785f98c5eb95f778345b74fcbdf2fe1dd96061 (diff)
downloadmandoc-b36441d743a962efef5fc148dbaa1bffec3ec0d1.tar.gz
mandoc-b36441d743a962efef5fc148dbaa1bffec3ec0d1.tar.zst
mandoc-b36441d743a962efef5fc148dbaa1bffec3ec0d1.zip
more details about Mac OS X; information from Sevan Janiyan
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 76c06dff..1050f4a1 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.42 2021/09/20 10:19:51 schwarze Exp $
+# $Id: configure.local.example,v 1.43 2021/09/20 13:25:42 schwarze Exp $
#
# Copyright (c) 2014-2021 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -291,6 +291,8 @@ CGIBINDIR="${WWWPREFIX}/cgi-bin"
# 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).
+# It may not work on old releases of Mac OS X either. For example,
+# Mac OS X 10.4 Tiger provides neither mkdirat(2) nor openat(2).
BUILD_CATMAN=1