diff options
Diffstat (limited to 'net/gnomemeeting2/files/patch-ae')
-rw-r--r-- | net/gnomemeeting2/files/patch-ae | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/gnomemeeting2/files/patch-ae b/net/gnomemeeting2/files/patch-ae deleted file mode 100644 index 9a8d68f49ca4..000000000000 --- a/net/gnomemeeting2/files/patch-ae +++ /dev/null @@ -1,17 +0,0 @@ -*** src/webcam.h.orig Mon Aug 20 07:55:24 2001 ---- src/webcam.h Mon Aug 20 07:55:51 2001 -*************** -*** 23,29 **** ---- 23,34 ---- - #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> |