From 744dadb45868551bd56f9ed36b3334801f68fe5a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 1 Feb 2007 23:22:44 +0000 Subject: Fix header file for staticization of audioBufferWrite() in patch-ah. --- audio/amp/distinfo | 3 ++- audio/amp/patches/patch-ai | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 audio/amp/patches/patch-ai (limited to 'audio/amp') diff --git a/audio/amp/distinfo b/audio/amp/distinfo index d222a2ba907..569523b6711 100644 --- a/audio/amp/distinfo +++ b/audio/amp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2007/01/21 04:02:01 rillig Exp $ +$NetBSD: distinfo,v 1.8 2007/02/01 23:22:44 wiz Exp $ SHA1 (amp-0.7.6.tgz) = 6c49d027754615677ad398c1eea858536ec804c2 RMD160 (amp-0.7.6.tgz) = 34053f8a050ff3aafb2e723c283ac2aa0f4e2a67 @@ -11,3 +11,4 @@ SHA1 (patch-ae) = c084fa45bc144c29ed7548ffc609fb964d375ac8 SHA1 (patch-af) = bba8fafa25e516df77905865a677667a9d48a152 SHA1 (patch-ag) = 30198a34d1998630c9bea4d7d1242d3e46d099db SHA1 (patch-ah) = c0e41494ad4c71be2f8dd63e9fef4d9b1038310f +SHA1 (patch-ai) = 4146720b6cbff1699b8023dd6955f3e8244ffab4 diff --git a/audio/amp/patches/patch-ai b/audio/amp/patches/patch-ai new file mode 100644 index 00000000000..dd2cfed7733 --- /dev/null +++ b/audio/amp/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1 2007/02/01 23:22:44 wiz Exp $ + +--- proto.h.orig 1997-05-31 17:47:58.000000000 +0000 ++++ proto.h +@@ -19,7 +19,6 @@ void audioBufferOn(int); + void printout(void); + int audioBufferOpen(int, int, int); + void audioBufferClose(); +-void audioBufferWrite(char *, int); + void audioBufferFlush(); + + /* From: audio.c */ -- cgit v1.2.3