diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
commit | 403bb5464a5b30c3853b1554265d0c8741c72690 (patch) | |
tree | c828046c732cde09938fa2839d8f8c5d8855f415 /editors/openoffice-devel/files/patch-vcl::unx::source::app::rptpsound.cxx | |
parent | All patches have been repocopied to use + as separator and not "::". (diff) |
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters.
Notes
Notes:
svn path=/head/; revision=68481
Diffstat (limited to 'editors/openoffice-devel/files/patch-vcl::unx::source::app::rptpsound.cxx')
-rw-r--r-- | editors/openoffice-devel/files/patch-vcl::unx::source::app::rptpsound.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice-devel/files/patch-vcl::unx::source::app::rptpsound.cxx b/editors/openoffice-devel/files/patch-vcl::unx::source::app::rptpsound.cxx deleted file mode 100644 index fca5510022f9..000000000000 --- a/editors/openoffice-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; |