summaryrefslogtreecommitdiff
path: root/audio/xmradio/files/patch-analyzer.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:12:36 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:12:36 +0000
commit6df3e23245b2c3793f24e4c42dd330d59419494c (patch)
treee86901dd11e5a970cf6211165d2b26dbe637e186 /audio/xmradio/files/patch-analyzer.c
parentlang/squeak: Claimed fix for PowerPC (diff)
Rename audio/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363157
Diffstat (limited to 'audio/xmradio/files/patch-analyzer.c')
-rw-r--r--audio/xmradio/files/patch-analyzer.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmradio/files/patch-analyzer.c b/audio/xmradio/files/patch-analyzer.c
new file mode 100644
index 000000000000..bb46481553a8
--- /dev/null
+++ b/audio/xmradio/files/patch-analyzer.c
@@ -0,0 +1,11 @@
+--- analyzer.c.orig Sun Sep 8 03:00:48 2002
++++ analyzer.c Sun Sep 8 03:01:47 2002
+@@ -37,7 +37,7 @@
+ #include <soundcard.h>
+ #include <sys/ioctl.h>
+ #else
+-#ifdef linux
++#if defined(linux) || defined(__FreeBSD__)
+ #include <sys/soundcard.h>
+ #else
+ #include <machine/soundcard.h>