Initial, long overdue import of audio/squeezeboxserver, version 7.5.1, into
[pkgsrc.git] / audio / spiralsynth / patches / patch-ad
1 $NetBSD$
2
3 --- SpiralSound/Output.h.orig   Sun Nov 26 07:52:46 2000
4 +++ SpiralSound/Output.h
5 @@ -16,6 +16,7 @@
6   *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7  */ 
8  
9 +#include <sys/ioctl.h>
10  #include <sys/types.h>
11  #include <stdio.h>
12  #include <fcntl.h>
13 @@ -25,12 +26,10 @@
14  #else
15  #if defined (__NetBSD__) || defined (__OpenBSD__)
16         #include <soundcard.h>            /* OSS emulation */
17 -#undef ioctl
18  #else                                /* BSDI, Linux, Solaris */
19         #include <sys/soundcard.h>
20  #endif                                /* __NetBSD__ or __OpenBSD__ */
21  #endif                                /* __FreeBSD__ */
22 -#include <sys/ioctl.h>
23  #include <limits.h>
24  
25  #include "SpiralInfo.h"