diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-01 23:37:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-01 23:37:14 +0000 |
commit | da760d55c7c5bfbf778673c4d688e00c3771cc27 (patch) | |
tree | fad2dff94601ca02702e871b91d857a80149aacb /audio/spiralloops | |
parent | 3b6d7debb2baf5c0c687aa5fa7c4f87e31fae42d (diff) | |
download | ports-da760d55c7c5bfbf778673c4d688e00c3771cc27.tar.gz ports-da760d55c7c5bfbf778673c4d688e00c3771cc27.zip |
Notes
Diffstat (limited to 'audio/spiralloops')
-rw-r--r-- | audio/spiralloops/files/patch-Output.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-Output.h b/audio/spiralloops/files/patch-Output.h new file mode 100644 index 000000000000..7e1e465d3fb6 --- /dev/null +++ b/audio/spiralloops/files/patch-Output.h @@ -0,0 +1,20 @@ +--- ./SpiralSound/Output.h.orig Sun Dec 1 15:38:45 2002 ++++ ./SpiralSound/Output.h Sun Dec 1 15:40:05 2002 +@@ -20,16 +20,12 @@ + #include <stdio.h> + #include <fcntl.h> + #include <unistd.h> +-#if defined (__FreeBSD__) +- #include <machine/soundcard.h> +-#else + #if defined (__NetBSD__) || defined (__OpenBSD__) + #include <soundcard.h> /* OSS emulation */ + #undef ioctl +-#else /* BSDI, Linux, Solaris */ ++#else /* FreeBSD, BSDI, Linux, Solaris */ + #include <sys/soundcard.h> + #endif /* __NetBSD__ or __OpenBSD__ */ +-#endif /* __FreeBSD__ */ + #include <sys/ioctl.h> + #include <limits.h> + |