aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.1-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-06-03 03:25:32 +0800
committermbr <mbr@FreeBSD.org>2002-06-03 03:25:32 +0800
commit607cb2c170350143ee7d33df8bd2669417a8b396 (patch)
tree9cc28cff23f9c6dc674d7d0cab4dffcbe020171a /editors/openoffice-1.1-devel
parent5465e806a09db3b7d19bb51c7d78b5a9f4fe875d (diff)
downloadfreebsd-ports-gnome-607cb2c170350143ee7d33df8bd2669417a8b396.tar.gz
freebsd-ports-gnome-607cb2c170350143ee7d33df8bd2669417a8b396.tar.zst
freebsd-ports-gnome-607cb2c170350143ee7d33df8bd2669417a8b396.zip
Same case as Solaris.
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-vcl+unx+source+app+rptpsound.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+app+rptpsound.cxx b/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+app+rptpsound.cxx
new file mode 100644
index 000000000000..d70547e3db9f
--- /dev/null
+++ b/editors/openoffice-1.1-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