aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-03-25 04:53:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-03-25 04:53:22 +0000
commitf1cf1434a5cc77f15f898008dce6b8dbc9116f8a (patch)
tree804bc38bd3582293666222a03bc6d1df463733fe /x11-toolkits
parent91c3bdc8a81c208a2be919f900bd41d4f47b4a4f (diff)
downloadports-f1cf1434a5cc77f15f898008dce6b8dbc9116f8a.tar.gz
ports-f1cf1434a5cc77f15f898008dce6b8dbc9116f8a.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/files/patch-pa_unix_oss.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-toolkits/gnustep-gui/files/patch-pa_unix_oss.c b/x11-toolkits/gnustep-gui/files/patch-pa_unix_oss.c
deleted file mode 100644
index 526a5e27eac6..000000000000
--- a/x11-toolkits/gnustep-gui/files/patch-pa_unix_oss.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c.orig Wed Oct 2 05:34:54 2002
-+++ Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c Sun Jan 5 05:33:48 2003
-@@ -95,7 +95,9 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#ifndef __FreeBSD__
- #include <malloc.h>
-+#endif
- #include <memory.h>
- #include <math.h>
- #include <sys/ioctl.h>
-@@ -110,7 +112,11 @@
- #ifdef __linux__
- #include <linux/soundcard.h>
- #else
-+#ifdef __FreeBSD__
-+#include <sys/soundcard.h>
-+#else
- #include <machine/soundcard.h> /* JH20010905 */
-+#endif
- #endif
-
- #include "portaudio.h"