$NetBSD: patch-ac,v 1.3 2001/03/25 16:21:52 hubertf Exp $ --- src/io_ogg123.c.orig Fri Feb 16 03:53:18 2001 +++ src/io_ogg123.c @@ -52,10 +52,15 @@ static const gchar *ogg123_output_devices[] = { +#ifdef __NetBSD__ + "sun", +#endif "oss", "esd", "irix", +#ifndef __NetBSD__ "solaris", +#endif "wav", NULL };