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-soundcpp,v 1.1.1.1 2006/03/09 14:08:44 rillig Exp $ g++ does not like double definition of default parameters. --- src/stk/sound/stk_sound.cpp.orig 2001-07-15 23:26:19.000000000 +0200 +++ src/stk/sound/stk_sound.cpp 2006-03-09 14:59:42.000000000 +0100 @@@@ -145,7 +145,7 @@@@ void Stk_CSound::Play(char *filename) /* Server class */ -Stk_PSound::Stk_PSound(int freq=25) +Stk_PSound::Stk_PSound(int freq) :Stk2_Looper(freq) { // no last sing @