summaryrefslogtreecommitdiff
path: root/net/gnomemeeting/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnomemeeting/files/patch-ad')
-rw-r--r--net/gnomemeeting/files/patch-ad18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/gnomemeeting/files/patch-ad b/net/gnomemeeting/files/patch-ad
deleted file mode 100644
index 90a3118a4274..000000000000
--- a/net/gnomemeeting/files/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
-*** src/audio.h.orig Fri Aug 17 20:08:26 2001
---- src/audio.h Mon Aug 20 07:54:33 2001
-***************
-*** 21,27 ****
---- 21,33 ----
- #define _AUDIO_H_
-
-
-+ #ifdef __linux__
- #include <linux/soundcard.h>
-+ #endif
-+ #ifdef __FreeBSD__
-+ #include <machine/soundcard.h>
-+ #endif
-+
-
-
- #include <sys/ioctl.h>