summaryrefslogtreecommitdiff
path: root/audio/amp/patches/patch-ai
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-01 23:22:44 +0000
committerwiz <wiz>2007-02-01 23:22:44 +0000
commit1a2d0b4a42e457b437ce996d8670d3df98c014c9 (patch)
tree8b69f778b7f308587a68fcc14ae4b9aa57f6ee5d /audio/amp/patches/patch-ai
parent21bfb7c4b63a439096968a9239f2384fd5f5fa5c (diff)
downloadpkgsrc-1a2d0b4a42e457b437ce996d8670d3df98c014c9.tar.gz
Fix header file for staticization of audioBufferWrite() in patch-ah.
Diffstat (limited to 'audio/amp/patches/patch-ai')
-rw-r--r--audio/amp/patches/patch-ai12
1 files changed, 12 insertions, 0 deletions
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 */