aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::rptpsound.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::rptpsound.cxx')
-rw-r--r--editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::rptpsound.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::rptpsound.cxx b/editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::rptpsound.cxx
new file mode 100644
index 000000000000..d70547e3db9f
--- /dev/null
+++ b/editors/openoffice.org-1.0/files/patch-vcl::unx::source::app::rptpsound.cxx
@@ -0,0 +1,11 @@
+--- ../vcl/unx/source/app/rptpsound.cxx.orig Fri May 31 17:18:14 2002
++++ ../vcl/unx/source/app/rptpsound.cxx Fri May 31 17:18:16 2002
+@@ -73,7 +73,7 @@
+ #include <strhelper.hxx>
+ #include <string.h>
+
+-#ifdef SOLARIS
++#ifdef SOLARIS || FREEBSD
+ // Solaris 2.5.1 misses it in unistd.h
+ extern "C" int usleep(unsigned int);
+ #endif