summaryrefslogtreecommitdiff
path: root/audio/replay/files/patch-ad
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-28 16:01:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-28 16:01:04 +0000
commit5d74a881b01df0d3087add00f5dfb66a9d2fcaf4 (patch)
tree0f644e4bf9f2e4968a7668645b4106f8c46e7c38 /audio/replay/files/patch-ad
parentActivate gnome. (diff)
Import replay, it's another gtk-base mp3 player.
Notes
Notes: svn path=/head/; revision=14237
Diffstat (limited to 'audio/replay/files/patch-ad')
-rw-r--r--audio/replay/files/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/replay/files/patch-ad b/audio/replay/files/patch-ad
new file mode 100644
index 000000000000..43c8cec7cad7
--- /dev/null
+++ b/audio/replay/files/patch-ad
@@ -0,0 +1,12 @@
+--- audioIO_esd.c.orig Wed Oct 28 21:38:30 1998
++++ audioIO_esd.c Wed Oct 28 21:39:01 1998
+@@ -19,7 +19,9 @@
+
+ /* declare these static to effectively isolate the audio device */
+
++#ifndef OS_BSD
+ int AUSIZ=0;
++#endif
+ static int audio_fd;
+
+ /* audioOpen() */