aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-06-02 19:25:32 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-06-02 19:25:32 +0000
commit04658e095e7289e420098d2066b484117e7d959c (patch)
treebe4b72901e80e412809eaa391a9ef348ab2b0c27 /editors/openoffice-2.0-devel
parent899c8890cc15cfb21d0ebf20f18571395d413f07 (diff)
Notes
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-vcl+unx+source+app+rptpsound.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-vcl+unx+source+app+rptpsound.cxx b/editors/openoffice-2.0-devel/files/patch-vcl+unx+source+app+rptpsound.cxx
new file mode 100644
index 000000000000..d70547e3db9f
--- /dev/null
+++ b/editors/openoffice-2.0-devel/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