summaryrefslogtreecommitdiff
path: root/net/gnomemeeting2/files/patch-ae
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2001-07-26 16:09:08 +0000
committerRoger Hardiman <roger@FreeBSD.org>2001-07-26 16:09:08 +0000
commitf8dbadb2e064d6c2d94a4464957763654e443593 (patch)
treeefadbdd64146f35a54845101cc02d6f0d599e104 /net/gnomemeeting2/files/patch-ae
parentAdd gnomemeeting (diff)
Add gnomemeeting, a gnome H323 videoconferencing client, like NetMeeting
Notes
Notes: svn path=/head/; revision=45512
Diffstat (limited to 'net/gnomemeeting2/files/patch-ae')
-rw-r--r--net/gnomemeeting2/files/patch-ae17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/gnomemeeting2/files/patch-ae b/net/gnomemeeting2/files/patch-ae
new file mode 100644
index 000000000000..4a723486f005
--- /dev/null
+++ b/net/gnomemeeting2/files/patch-ae
@@ -0,0 +1,17 @@
+*** src/webcam.h.orig Thu Jul 26 11:43:17 2001
+--- src/webcam.h Thu Jul 26 11:43:47 2001
+***************
+*** 22,28 ****
+--- 22,33 ----
+
+ #include <fcntl.h>
+ #include <unistd.h>
++ #ifdef __linux__
+ #include <linux/videodev.h>
++ #endif
++ #ifdef __FreeBSD__
++ #include <machine/ioctl_meteor.h>
++ #endif
+ #include <sys/ioctl.h>
+ #include <gtk/gtk.h>
+ #include <gdk/gdk.h>