head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @// @; 1.1 date 2026.01.03.10.52.03; author wiz; state Exp; branches; next ; commitid BozRUALXGj6R4WoG; desc @@ 1.1 log @spacerace: fix build with (now default) c++17 Fix some pkglint while here by renaming files. @ text @$NetBSD: patch-loopercpp,v 1.1.1.1 2006/03/09 14:08:44 rillig Exp $ g++ does not like double definition of default parameters. --- src/stk/kernel/stk_looper.cpp.orig 2001-07-15 23:26:19.000000000 +0200 +++ src/stk/kernel/stk_looper.cpp 2006-03-09 14:59:00.000000000 +0100 @@@@ -39,7 +39,7 @@@@ int Stk2_Messages::PollMessage(Stk2_Mess /* ---------------------- Looper ----------------------------- */ -Stk2_Looper::Stk2_Looper(int freq=25) +Stk2_Looper::Stk2_Looper(int freq) :Stk_Thread() { frequency=freq; @