head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.28.14.57.09; author ryoon; state Exp; branches; next ; commitid HxJehf8BBlpkOqPG; desc @@ 1.1 log @lang/konoha: Disable OpenGL/GLUT. It is not buildable. * Use devel/cmake/build.mk instead of USE_CMAKE. * Minimum CMake is 3.10 to suppress warnings. * Bump PKGREVISION. @ text @$NetBSD$ * Find sysctlbyname(3). --- CMakeLists.txt.orig 2026-07-28 10:47:15.559339935 +0000 +++ CMakeLists.txt @@@@ -141,7 +141,7 @@@@ if(UNIX) set(_HEADERS stdio.h stdlib.h string.h ctype.h) if(UNIX) - set(_HEADERS ${_HEADERS} sys/mman.h unistd.h) + set(_HEADERS ${_HEADERS} sys/mman.h unistd.h sys/sysctl.h) endif(UNIX) if(APPLE) @