summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3
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.org-3
parentDon't compile this for the gcc3 case. (diff)
Same case as Solaris.
Notes
Notes: svn path=/head/; revision=60485
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r--editors/openoffice.org-3/files/patch-vcl+unx+source+app+rptpsound.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/patch-vcl+unx+source+app+rptpsound.cxx b/editors/openoffice.org-3/files/patch-vcl+unx+source+app+rptpsound.cxx
new file mode 100644
index 000000000000..d70547e3db9f
--- /dev/null
+++ b/editors/openoffice.org-3/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