summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::osssound.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::osssound.cxx')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::osssound.cxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::osssound.cxx b/editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::osssound.cxx
new file mode 100644
index 000000000000..af681e020472
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::osssound.cxx
@@ -0,0 +1,14 @@
+--- ../vcl/unx/source/app/osssound.cxx.orig Sun Jul 21 10:20:34 2002
++++ ../vcl/unx/source/app/osssound.cxx Sun Jul 21 10:21:28 2002
+@@ -72,7 +72,11 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <sys/ioctl.h>
++#ifdef LINUX
+ #include <linux/soundcard.h>
++#else
++#include <sys/soundcard.h>
++#endif
+ #include <errno.h>
+
+ #ifdef _USE_NAMESPACE