diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-07-21 22:59:15 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-07-21 22:59:15 +0000 |
commit | 4668165b1ad52a7f12f5f5e13bfbfb63dffa2460 (patch) | |
tree | 63b728111207cc718ae8366e84ab5805622fbf0a /editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::osssound.cxx | |
parent | Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols. (diff) |
Activate sound support.
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::osssound.cxx')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::osssound.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::osssound.cxx b/editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::osssound.cxx new file mode 100644 index 000000000000..af681e020472 --- /dev/null +++ b/editors/openoffice.org-1.0/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 |