summaryrefslogtreecommitdiff
path: root/audio/mad
diff options
context:
space:
mode:
authoradam <adam>2003-07-10 09:07:53 +0000
committeradam <adam>2003-07-10 09:07:53 +0000
commitdce72ba4053c0349acb1c11f4d4a29c71d89abc6 (patch)
treec2ee3a37c456b99e58cb038a4413ef1043aa9627 /audio/mad
parentb11cd8a957ad3cafdc877032d169f01ab1d8f128 (diff)
downloadpkgsrc-dce72ba4053c0349acb1c11f4d4a29c71d89abc6.tar.gz
mad is now a meta-package that contains libmad, libid3tag, and madplay, as the mad distribution has been split up to these three
Diffstat (limited to 'audio/mad')
-rw-r--r--audio/mad/patches/patch-ac13
-rw-r--r--audio/mad/patches/patch-ad21
2 files changed, 0 insertions, 34 deletions
diff --git a/audio/mad/patches/patch-ac b/audio/mad/patches/patch-ac
deleted file mode 100644
index d28c5ebd12d..00000000000
--- a/audio/mad/patches/patch-ac
+++ /dev/null
@@ -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)
diff --git a/audio/mad/patches/patch-ad b/audio/mad/patches/patch-ad
deleted file mode 100644
index f4edde62fa0..00000000000
--- a/audio/mad/patches/patch-ad
+++ /dev/null
@@ -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;
-