summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-vcl::unx::source::app::vsound.hxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 09:02:08 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 09:02:08 +0000
commit403bb5464a5b30c3853b1554265d0c8741c72690 (patch)
treec828046c732cde09938fa2839d8f8c5d8855f415 /editors/openoffice.org-3/files/patch-vcl::unx::source::app::vsound.hxx
parentAll patches have been repocopied to use + as separator and not "::". (diff)
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters.
Notes
Notes: svn path=/head/; revision=68481
Diffstat (limited to 'editors/openoffice.org-3/files/patch-vcl::unx::source::app::vsound.hxx')
-rw-r--r--editors/openoffice.org-3/files/patch-vcl::unx::source::app::vsound.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice.org-3/files/patch-vcl::unx::source::app::vsound.hxx b/editors/openoffice.org-3/files/patch-vcl::unx::source::app::vsound.hxx
deleted file mode 100644
index 028e7c9d64c1..000000000000
--- a/editors/openoffice.org-3/files/patch-vcl::unx::source::app::vsound.hxx
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../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
-