openbsd-ports/comms/gmfsk/patches/patch-src_conf_c
jakemsr e195e84870 sndio supported as default audio output method
testing hints from sthen@, thanks
2010-04-26 01:47:15 +00:00

13 lines
656 B
Plaintext

$OpenBSD: patch-src_conf_c,v 1.1 2010/04/26 01:47:15 jakemsr Exp $
--- src/conf.c.orig Sun Apr 18 16:43:00 2010
+++ src/conf.c Sun Apr 18 16:43:16 2010
@@ -127,7 +127,7 @@ static struct conf_default conf_defs[] = {
{ "colors/rxwin", D_STRING, { .s = "white" } },
{ "fonts/txfont", D_STRING, { .s = "Sans 10" } },
{ "fonts/rxfont", D_STRING, { .s = "Sans 10" } },
- { "sound/dev", D_STRING, { .s = "/dev/dsp" } },
+ { "sound/dev", D_STRING, { .s = "default" } },
{ "ptt/dev", D_STRING, { .s = "none" } },
{ "misc/datefmt", D_STRING, { .s = "%d.%m.%Y" } },
{ "misc/timefmt", D_STRING, { .s = "%H:%M:%S %Z" } },