head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.04.30.21.46.25; author hauke; state Exp; branches; next ; commitid j4JViJDzjtutF7TF; desc @@ 1.1 log @xAce is an emulator for the Jupiter ACE computer. The Jupiter ACE is the real outsider micro from the 1980s. Instead of BASIC as the programming language, it had FORTH. It was designed by two guys who had worked at Sinclair Research Ltd and were responsible for the famous Sinclair ZX81 and ZX Spectrum. See also @ text @$NetBSD$ We do not use c++, so keep cmake from looking for a compiler; apparently, it does not have a switch for that. --- CMakeLists.txt.orig 2025-04-30 17:53:40.057133724 +0000 +++ CMakeLists.txt @@@@ -1,5 +1,5 @@@@ cmake_minimum_required(VERSION 3.6) -project(xAce) +project("xAce" C) enable_testing() @