diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
commit | 088e8be591a4737d1b3e8b2729bf5f58c0f81b3b (patch) | |
tree | 06a8ec51cd5844d3844ca816cee9b1f45f95d3b8 /editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::rptpsound.cxx | |
parent | c5b36761cdaf2d5d919ac028b3163e7db9282923 (diff) | |
download | FreeBSD-ports-088e8be591a4737d1b3e8b2729bf5f58c0f81b3b.zip FreeBSD-ports-088e8be591a4737d1b3e8b2729bf5f58c0f81b3b.tar.gz |
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters.
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::rptpsound.cxx')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::rptpsound.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::rptpsound.cxx b/editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::rptpsound.cxx deleted file mode 100644 index fca5510..0000000 --- a/editors/openoffice.org-2-devel/files/patch-vcl::unx::source::app::rptpsound.cxx +++ /dev/null @@ -1,13 +0,0 @@ ---- ../vcl/unx/source/app/rptpsound.cxx.orig Wed Oct 24 18:32:21 2001 -+++ ../vcl/unx/source/app/rptpsound.cxx Sun Jun 2 22:01:07 2002 -@@ -78,6 +78,10 @@ - extern "C" int usleep(unsigned int); - #endif - -+#ifdef FREEBSD -+#include <unistd.h> -+#endif -+ - #ifdef _USE_NAMESPACE - using namespace vcl_sal; - using namespace vos; |