aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/xfce/files/patch-ai')
-rw-r--r--x11-wm/xfce/files/patch-ai20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/xfce/files/patch-ai b/x11-wm/xfce/files/patch-ai
new file mode 100644
index 000000000000..2ff5571f80c7
--- /dev/null
+++ b/x11-wm/xfce/files/patch-ai
@@ -0,0 +1,20 @@
+--- xfsound/xfdsp.c.orig Fri Jul 7 05:51:00 2000
++++ xfsound/xfdsp.c Tue Feb 6 04:52:16 2001
+@@ -45,7 +45,7 @@
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+ #include <sys/types.h>
+-#if defined(linux)
++#if defined(linux) || defined(__FreeBSD__)
+ #include <sys/soundcard.h> /* guess :) */
+ #endif
+
+@@ -62,7 +62,7 @@
+
+ int masterfd;
+
+-#if defined(linux)
++#if defined(linux) || defined(__FreeBSD__)
+ int
+ i_play (char *soundfile)
+ {