summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-vcl::unx::source::app::vsound.hxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-18 22:41:42 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-18 22:41:42 +0000
commit5f6e7f6949fe1fba17b53a04af5b465f19b9b17d (patch)
tree336b116c7090225344e575c81b023f12aef39c5b /editors/openoffice-3-devel/files/patch-vcl::unx::source::app::vsound.hxx
parent* add 2 missing man pages (diff)
First step to make this port working. Configure works and all patches
apply now. There are still some compile errors to fix. As you may see the patchnames are very long, but that makes maintaining patches a lot easier.
Notes
Notes: svn path=/head/; revision=68299
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-vcl::unx::source::app::vsound.hxx')
-rw-r--r--editors/openoffice-3-devel/files/patch-vcl::unx::source::app::vsound.hxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-vcl::unx::source::app::vsound.hxx b/editors/openoffice-3-devel/files/patch-vcl::unx::source::app::vsound.hxx
new file mode 100644
index 000000000000..028e7c9d64c1
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-vcl::unx::source::app::vsound.hxx
@@ -0,0 +1,20 @@
+--- ../vcl/unx/source/app/vsound.hxx.orig Sun Jul 21 00:10:24 2002
++++ ../vcl/unx/source/app/vsound.hxx Sun Jul 21 00:10:27 2002
+@@ -61,7 +61,7 @@
+ #ifndef _VCL_VSOUND_HXX
+ #define _VCL_VSOUND_HXX
+
+-#ifdef LINUX
++#if defined(LINUX) || defined(FREEBSD)
+ #define USE_OSS
+ #endif
+
+@@ -69,7 +69,7 @@
+ #define USE_DEVAUDIO
+ #endif
+
+-#if defined LINUX || defined SOLARIS
++#if defined (LINUX) || defined(FREEBSD) || defined (SOLARIS)
+ #define USE_NAS
+ #endif
+