head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.6 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.4 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.2 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2025.08.19.11.29.40; author wiz; state Exp; branches; next 1.1; commitid nQ3fMUof4vJOGk7G; 1.1 date 2024.10.23.08.30.30; author nia; state Exp; branches; next ; commitid KQUFheucvrbalLuF; desc @@ 1.2 log @openfodder: add missing header to fix build on NetBSD 11.99.1 @ text @$NetBSD: patch-Source_ResourceMan.cpp,v 1.1 2024/10/23 08:30:30 nia Exp $ Load static data from pkgsrc prefix. --- Source/ResourceMan.cpp.orig 2024-10-23 08:21:54.121186053 +0000 +++ Source/ResourceMan.cpp @@@@ -81,7 +81,7 @@@@ void cResourceMan::addDefaultDirs() { path = path1; addBaseDir(path + "/.local/share/"); } - addBaseDir("/usr/local/share/"); + addBaseDir("@@PREFIX@@/share/"); #endif } @ 1.1 log @Import games/openfodder Cannon Fodder is an action-strategy developed by Sensible Software. The game is military-themed and based on shooting action but with a strategy game-style control system. The player directs troops through numerous missions, battling enemy infantry, vehicles and installations. Open Fodder is an open source version of the Cannon Fodder engine, for modern operating systems. @ text @d1 1 a1 1 $NetBSD$ a15 7 @@@@ -624,4 +624,4 @@@@ std::vector cResourceMan::D return results; } -#endif \ No newline at end of file +#endif @