mad is now a meta-package that contains libmad, libid3tag, and madplay, as the mad distribution has been split up to these three
This commit is contained in:
parent
26778549be
commit
e45c207617
2 changed files with 0 additions and 34 deletions
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ac,v 1.4 2002/11/30 11:46:06 salo Exp $
|
||||
|
||||
--- Makefile.in.orig Fri Nov 9 08:02:44 2001
|
||||
+++ Makefile.in Sat Nov 30 12:29:36 2002
|
||||
@@ -144,7 +144,7 @@
|
||||
ldadd_libmad = $(depend_libmad)
|
||||
ldadd_libid3tag = $(depend_libid3tag) $(ldadd_libz)
|
||||
|
||||
-depend = @LIBOBJS@ @INTLLIBS@
|
||||
+depend = @LIBOBJS@
|
||||
ldadd = $(depend)
|
||||
|
||||
DEPENDENCIES = $(depend) $(depend_libmad)
|
|
@ -1,21 +0,0 @@
|
|||
$NetBSD: patch-ad,v 1.2 2003/06/07 14:37:01 cjep Exp $
|
||||
--- audio_sun.c.orig Sat Nov 3 01:49:07 2001
|
||||
+++ audio_sun.c Mon Jun 2 14:18:03 2003
|
||||
@@ -26,6 +26,7 @@
|
||||
# include "global.h"
|
||||
|
||||
# include <unistd.h>
|
||||
+# include <stdlib.h>
|
||||
# include <fcntl.h>
|
||||
# include <sys/ioctl.h>
|
||||
# include <sys/audioio.h>
|
||||
@@ -60,6 +61,9 @@
|
||||
static
|
||||
int init(struct audio_init *init)
|
||||
{
|
||||
+ if (init->path == 0)
|
||||
+ init->path = getenv("AUDIODEV");
|
||||
+
|
||||
if (init->path == 0)
|
||||
init->path = AUDIO_DEVICE;
|
||||
|
Loading…
Reference in a new issue