# HG changeset patch # User nenolod # Date 1164744378 28800 # Node ID 58ea18909fe77de3aaac35a181cfec4785301e6e # Parent a99862e5bd65047770537f639a6a171bf322917a [svn] - MirBSD support from diff -r a99862e5bd65 -r 58ea18909fe7 ChangeLog --- a/ChangeLog Mon Nov 27 18:12:56 2006 -0800 +++ b/ChangeLog Tue Nov 28 12:06:18 2006 -0800 @@ -1,3 +1,12 @@ +2006-11-28 02:12:56 +0000 William Pitcock + revision [3029] + - avoid a race condition in produce_audio() where we have closed output, + but produce_audio() had already been queued + + trunk/audacious/output.c | 3 +++ + 1 file changed, 3 insertions(+) + + 2006-11-28 01:58:02 +0000 William Pitcock revision [3027] - fix a bug regarding shaded mode in the playlist editor where diff -r a99862e5bd65 -r 58ea18909fe7 configure.ac --- a/configure.ac Mon Nov 27 18:12:56 2006 -0800 +++ b/configure.ac Tue Nov 28 12:06:18 2006 -0800 @@ -247,7 +247,7 @@ have_sun=no ARCH_DEFINES="" case "$host" in - *-*-openbsd* | *-*-netbsd*) + *-*-openbsd* | *-*-netbsd* | *-*-mirbsd*) have_sun=yes if test "${is_elf}" = "no" then