diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-17 12:56:09 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-17 12:56:09 +0000 |
commit | af63e06d7ced8eee4d23ad8ef955041253de3bde (patch) | |
tree | 2b98da8cfdde634ba0a921b96c8a585e50525a90 /editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx | |
parent | Upgrade to 20030716. (diff) |
1. update to fresh checkout of OpenOffice.org (1.1RC2)
tagged under cws_srx645_ooo11rc2
2. still broken with installation failure.
Reviewed by: mbr
Diffstat (limited to 'editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx')
-rw-r--r-- | editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx new file mode 100644 index 000000000000..d8eebbf124a5 --- /dev/null +++ b/editors/openoffice-1.1/files/patch-crashrep+source+unx+main.cxx @@ -0,0 +1,11 @@ +--- ../crashrep/source/unx/main.cxx.orig Wed Jul 2 23:11:07 2003 ++++ ../crashrep/source/unx/main.cxx Sun Jul 13 11:56:28 2003 +@@ -73,7 +73,7 @@ + #include <pwd.h> + #include <pthread.h> + +-#ifdef LINUX ++#if defined (LINUX) || (FREEBSD) + #include <netinet/in.h> + #endif + |