summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-vcl+unx+source+app+vsound.hxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
commiteeb175d38d569e3cc778faaa3f27ebe4bdd702df (patch)
treea094cbc50c2c3d2c487ddd7d879c055855d226e2 /editors/openoffice-devel/files/patch-vcl+unx+source+app+vsound.hxx
parentAdd py-orbit2. (diff)
Update to 1.1 beta. Work in progress.
de-pkg-comment
Notes
Notes: svn path=/head/; revision=76992
Diffstat (limited to 'editors/openoffice-devel/files/patch-vcl+unx+source+app+vsound.hxx')
-rw-r--r--editors/openoffice-devel/files/patch-vcl+unx+source+app+vsound.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice-devel/files/patch-vcl+unx+source+app+vsound.hxx b/editors/openoffice-devel/files/patch-vcl+unx+source+app+vsound.hxx
deleted file mode 100644
index 028e7c9d64c1..000000000000
--- a/editors/openoffice-devel/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
-