summaryrefslogtreecommitdiff
path: root/audio/xmms-midi/files/patch-xmms__a.c
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-10-28 00:21:40 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-10-28 00:21:40 +0000
commita4cb8c9f6c3ca604e7a3a2fbc0d1ee1338a34f56 (patch)
treee82fa32251aa3ac5c2bb2a0662b73cee6459b4d4 /audio/xmms-midi/files/patch-xmms__a.c
parentAdd missing rmdir (diff)
Import xmms-midi 0.03.
xmms-midi is a XMMS Input plugin to play midi files. PR: 44059 Submitted by: Hendrik Scholz <hendrik@scholz.net>
Diffstat (limited to 'audio/xmms-midi/files/patch-xmms__a.c')
-rw-r--r--audio/xmms-midi/files/patch-xmms__a.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/xmms-midi/files/patch-xmms__a.c b/audio/xmms-midi/files/patch-xmms__a.c
new file mode 100644
index 000000000000..717755f639ea
--- /dev/null
+++ b/audio/xmms-midi/files/patch-xmms__a.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- xmms_a.c.orig Sat Oct 26 23:38:05 2002
++++ xmms_a.c Sat Oct 26 23:38:08 2002
+@@ -37,7 +37,7 @@
+ #include <stdio.h>
+
+ #ifdef __FreeBSD__
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #endif
+
+ #include "mid.h"