pkgsrc/audio/mpg123/patches/patch-ad

13 lines
371 B
Text

$NetBSD: patch-ad,v 1.1 1998/08/15 10:58:41 frueauf Exp $
--- buffer.c.orig Wed Feb 11 21:55:18 1998
+++ buffer.c Sat Aug 15 12:15:26 1998
@@ -48,7 +48,7 @@
for (;;) {
if (intflag) {
intflag = FALSE;
-#if defined(SOLARIS) || defined(__NetBSD__)
+#if defined(SOLARIS) || defined(NETBSD)
if (param.outmode == DECODE_AUDIO)
audio_queueflush (ai);
#endif