aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ekiga/files/patch-aj16
-rw-r--r--net/gnomemeeting/files/patch-aj16
-rw-r--r--net/gnomemeeting2/files/patch-aj16
3 files changed, 48 insertions, 0 deletions
diff --git a/net/ekiga/files/patch-aj b/net/ekiga/files/patch-aj
new file mode 100644
index 000000000000..6445f03323ff
--- /dev/null
+++ b/net/ekiga/files/patch-aj
@@ -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>
diff --git a/net/gnomemeeting/files/patch-aj b/net/gnomemeeting/files/patch-aj
new file mode 100644
index 000000000000..6445f03323ff
--- /dev/null
+++ b/net/gnomemeeting/files/patch-aj
@@ -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>
diff --git a/net/gnomemeeting2/files/patch-aj b/net/gnomemeeting2/files/patch-aj
new file mode 100644
index 000000000000..6445f03323ff
--- /dev/null
+++ b/net/gnomemeeting2/files/patch-aj
@@ -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>