1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/x11-wm/xfce/files/patch-ai
Jimmy Olgeni 2254d6f446 Merge changes from ports/24975.
PR:		24975
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-02-09 21:39:51 +00:00

21 lines
436 B
Plaintext

--- 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)
{