head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.01.04.11.28.20; author wiz; state Exp; branches; next ; commitid 1bgzFUtO3e6gf4pG; desc @@ 1.1 log @squeak-vm: fix some problems building on NetBSD-current. Now fails in linking step. @ text @$NetBSD$ No CMake files in npsqueak directory, so recursing there doesn't work. --- unix/CMakeLists.txt.orig 2026-01-04 11:19:19.082755404 +0000 +++ unix/CMakeLists.txt @@@@ -155,7 +155,7 @@@@ INCLUDE (${unix}/vm/build.cmake) BUILD_PLUGINS () -ADD_SUBDIRECTORY (${unix}/npsqueak) +#ADD_SUBDIRECTORY (${unix}/npsqueak) SET (cmake ${unix}/../../cmake) @