$NetBSD: patch-configure,v 1.1 2025/09/10 11:08:57 jperkin Exp $

Disable special manual page handling on SunOS.

--- configure.orig	2026-01-25 23:16:21.000000000 +0000
+++ configure
@@ -27046,8 +27046,6 @@ DEFAULT_MAN_DIR_AS_BASE='yes'
 
 case "${target_os}" in
     solaris*|sunos*|SunOS*|illumos*)
-                        DEFAULT_MAN_SECTION_CMD_SYS="1m"
-        DEFAULT_MAN_DIR_AS_BASE="no"
         ;;
 esac
 
