]> git.pld-linux.org Git - packages/quakeforge.git/blob - quakeforge-alsa.patch
- don't include <sys/io.h> and <asm/io.h>, they are even not needed
[packages/quakeforge.git] / quakeforge-alsa.patch
1 --- quakeforge-0.5.4/configure.ac.orig  2003-07-18 00:35:48.000000000 +0200
2 +++ quakeforge-0.5.4/configure.ac       2004-04-11 12:21:22.816309896 +0200
3 @@ -816,7 +816,7 @@
4                                 [
5  #include <sys/asoundlib.h>
6  #if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
7 -#if SND_LIB_MAJOR > 0 || (SND_LIB_MAJOR == 0 && SND_LIB_MINOR == 5)
8 +#if (SND_LIB_MAJOR == 0 && SND_LIB_MINOR == 5)
9  QF_maGiC_VALUE
10  #endif
11  #endif
This page took 0.08463 seconds and 3 git commands to generate.