From e45c20761793fbe90c57cb00d37628af5f0aabb6 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 10 Jul 2003 09:07:53 +0000 Subject: mad is now a meta-package that contains libmad, libid3tag, and madplay, as the mad distribution has been split up to these three --- audio/mad/patches/patch-ac | 13 ------------- audio/mad/patches/patch-ad | 21 --------------------- 2 files changed, 34 deletions(-) delete mode 100644 audio/mad/patches/patch-ac delete mode 100644 audio/mad/patches/patch-ad (limited to 'audio/mad') 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 -+# include - # include - # include - # include -@@ -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; - -- cgit v1.2.3