diff options
author | toshii <toshii@pkgsrc.org> | 2001-12-14 09:22:48 +0000 |
---|---|---|
committer | toshii <toshii@pkgsrc.org> | 2001-12-14 09:22:48 +0000 |
commit | 4974d6660789937068873fc170ba79cb76ba2069 (patch) | |
tree | 3d9581ffff977c03c64397789fa76bd347d5c763 /audio/mad | |
parent | b5354bb4d366adc64b91af42de0638a92b1a411d (diff) | |
download | pkgsrc-4974d6660789937068873fc170ba79cb76ba2069.tar.gz |
Update mad to 0.14.2b, and make it use audio/esound.
Diffstat (limited to 'audio/mad')
-rw-r--r-- | audio/mad/patches/patch-aa | 13 | ||||
-rw-r--r-- | audio/mad/patches/patch-ab | 24 |
2 files changed, 0 insertions, 37 deletions
diff --git a/audio/mad/patches/patch-aa b/audio/mad/patches/patch-aa deleted file mode 100644 index 2d887c0e164..00000000000 --- a/audio/mad/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2001/10/20 14:53:29 wiz Exp $ - ---- libmad/Makefile.in.orig Fri Oct 19 01:47:47 2001 -+++ libmad/Makefile.in -@@ -108,7 +108,7 @@ - # The API for MAD is not yet stable enough to use versioning, so we use - # release numbering instead. - --libmad_la_LDFLAGS = -release $(VERSION) -+libmad_la_LDFLAGS = -version 0:0 - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs - CONFIG_HEADER = config.h diff --git a/audio/mad/patches/patch-ab b/audio/mad/patches/patch-ab deleted file mode 100644 index c03870bef2b..00000000000 --- a/audio/mad/patches/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2001/10/20 14:53:29 wiz Exp $ - ---- audio_sun.c.orig Fri Oct 19 00:36:54 2001 -+++ audio_sun.c -@@ -32,8 +32,10 @@ - # include <string.h> - # include <errno.h> - # include <sys/types.h> -+#ifndef __NetBSD__ - # include <stropts.h> - # include <sys/conf.h> -+#endif - - # include "mad.h" - # include "audio.h" -@@ -159,7 +161,7 @@ - result = set_pause(1); - - if (stop->flush && -- ioctl(sfd, I_FLUSH, FLUSHW) == -1 && result == 0) { -+ ioctl(sfd, AUDIO_FLUSH, NULL) == -1 && result == 0) { - audio_error = ":ioctl(I_FLUSH)"; - result = -1; - } |