diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-15 10:58:41 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-15 10:58:41 +0000 |
commit | 686bd78abd8e52c94c376793b1e8778e56a91cde (patch) | |
tree | 5aa16a7cf2bb0e2a7d2ab67852e6295165300e62 /audio/mpg123/patches/patch-ad | |
parent | 2090b735c7b79cee8ca4d614058d97d097df36b8 (diff) | |
download | pkgsrc-686bd78abd8e52c94c376793b1e8778e56a91cde.tar.gz |
Split patches into one-per-file patch for better maintainance.
Diffstat (limited to 'audio/mpg123/patches/patch-ad')
-rw-r--r-- | audio/mpg123/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mpg123/patches/patch-ad b/audio/mpg123/patches/patch-ad new file mode 100644 index 00000000000..013f2bcff82 --- /dev/null +++ b/audio/mpg123/patches/patch-ad @@ -0,0 +1,13 @@ +$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 |