diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-30 23:43:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-30 23:43:07 +0000 |
commit | a4ae4aa1c3f7ec37b8d0b2cb836fc5eb0e98e57b (patch) | |
tree | b2befbd4fc4f62a32633ff84d9cb3958b210a8e1 /audio/liba52/patches | |
parent | e33f5d0310640d0f72c1314522b7662e579c993c (diff) | |
download | pkgsrc-a4ae4aa1c3f7ec37b8d0b2cb836fc5eb0e98e57b.tar.gz |
Update to 0.7.4:
Full reentrancy, win32 output, al file output, gain control,
and a few portability fixes.
Diffstat (limited to 'audio/liba52/patches')
-rw-r--r-- | audio/liba52/patches/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/liba52/patches/patch-ab b/audio/liba52/patches/patch-ab index c99d442ddb5..0eb2e2b600c 100644 --- a/audio/liba52/patches/patch-ab +++ b/audio/liba52/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.2 2002/06/16 18:08:06 wiz Exp $ +$NetBSD: patch-ab,v 1.3 2002/08/30 23:43:08 wiz Exp $ ---- configure.orig Thu Feb 21 08:55:21 2002 -+++ configure Thu Jun 13 10:12:43 2002 -@@ -8802,6 +8802,11 @@ - #define LIBAO_SOLARIS - EOF +--- configure.orig Sun Jul 28 05:50:42 2002 ++++ configure +@@ -9743,6 +9743,11 @@ if test $ac_cv_lib_ossaudio__oss_ioctl = + LIBAO_LIBS="$LIBAO_LIBS -lossaudio" + fi ;; + *-netbsd*) +cat >> confdefs.h <<\EOF |