summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/files/patch-portaudio+portaudio_v18_1.patch
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-04-08 01:27:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-04-08 01:27:27 +0000
commitea5e91b3f99449607924a61be5b5addb11d0c6ee (patch)
tree3cc40fc7d98904a314d4c58e8591a14b5f69d12c /editors/openoffice.org-2/files/patch-portaudio+portaudio_v18_1.patch
parent\*kde\* matches too many ports, kde\* \*kde-i18n\* should be safer. (diff)
Update to m91
Notes
Notes: svn path=/head/; revision=132732
Diffstat (limited to 'editors/openoffice.org-2/files/patch-portaudio+portaudio_v18_1.patch')
-rw-r--r--editors/openoffice.org-2/files/patch-portaudio+portaudio_v18_1.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-portaudio+portaudio_v18_1.patch b/editors/openoffice.org-2/files/patch-portaudio+portaudio_v18_1.patch
new file mode 100644
index 000000000000..88317fafc354
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-portaudio+portaudio_v18_1.patch
@@ -0,0 +1,24 @@
+Index: portaudio/portaudio_v18_1.patch
+===================================================================
+RCS file: /cvs/external/portaudio/portaudio_v18_1.patch,v
+retrieving revision 1.1
+diff -u -r1.1 portaudio_v18_1.patch
+--- portaudio/portaudio_v18_1.patch 6 Oct 2004 11:48:04 -0000 1.1
++++ portaudio/portaudio_v18_1.patch 28 Mar 2005 06:55:37 -0000
+@@ -52,3 +52,16 @@
+ LIBINST = /usr/local/lib
+
+ TESTS:= $(wildcard pa_tests/pa*.c pa_tests/debug*.c)
++*** misc/portaudio_v18_1/pa_unix_oss/pa_unix_oss.c Tue Jul 1 00:05:50 2003
++--- misc/build/portaudio_v18_1/pa_unix_oss/pa_unix_oss.c Mon Mar 28 15:45:37 2005
++***************
++*** 43,48 ****
++--- 43,50 ----
++
++ #ifdef __linux__
++ #include <linux/soundcard.h>
+++ #elif defined (__FreeBSD__)
+++ #include <sys/soundcard.h>
++ #else
++ #include <machine/soundcard.h> /* JH20010905 */
++ #endif