summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-vcl::unx::source::app::vsound.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-vcl::unx::source::app::vsound.hxx')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-vcl::unx::source::app::vsound.hxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-vcl::unx::source::app::vsound.hxx b/editors/openoffice.org-2-RC/files/patch-vcl::unx::source::app::vsound.hxx
new file mode 100644
index 000000000000..028e7c9d64c1
--- /dev/null
+++ b/editors/openoffice.org-2-RC/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
+