1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/speak_freely/files/patch-ae
Christian Weisgerber 0133c0ed4f Update to 7.6a.
PR:		53302
Submitted by:	Michael A. Dickerson <mikey@singingtree.com>
2003-06-25 18:08:47 +00:00

25 lines
429 B
Plaintext

$FreeBSD$
--- soundbyte.c.orig Fri Feb 28 23:18:38 2003
+++ soundbyte.c Wed Jun 25 19:42:45 2003
@@ -13,7 +13,9 @@
#ifdef Solaris
#include <sys/filio.h>
#else
+#ifndef __FreeBSD__
#include <sys/dir.h>
+#endif
#include <sys/file.h>
#endif
@@ -32,7 +34,7 @@
#ifdef LINUX
#include <linux/soundcard.h>
#else /*!LINUX */
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#endif /* LINUX */
#endif /* sun */