1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/gnomemeeting/files/patch-aj
2002-09-04 11:41:07 +00:00

17 lines
334 B
Plaintext

*** src/audio.h.orig Wed Sep 4 11:50:39 2002
--- src/audio.h Wed Sep 4 12:02:00 2002
***************
*** 35,41 ****
--- 35,45 ----
#include <linux/soundcard.h>
#endif
#ifdef __FreeBSD__
+ #if (__FreeBSD__ >=5)
+ #include <sys/soundcard.h>
+ #else
#include <machine/soundcard.h>
+ #endif
#endif
#include <sys/ioctl.h>