1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Patch from Maxim Sobolev

This commit is contained in:
Roger Hardiman 2002-09-04 11:41:07 +00:00
parent e7f4a7bb94
commit abe4e9ef60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65598
3 changed files with 48 additions and 0 deletions

16
net/ekiga/files/patch-aj Normal file
View File

@ -0,0 +1,16 @@
*** 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>

View File

@ -0,0 +1,16 @@
*** 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>

View File

@ -0,0 +1,16 @@
*** 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>