summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-crashrep+source+unx+main.cxx
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-17 12:56:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-17 12:56:09 +0000
commitaf63e06d7ced8eee4d23ad8ef955041253de3bde (patch)
tree2b98da8cfdde634ba0a921b96c8a585e50525a90 /editors/openoffice-devel/files/patch-crashrep+source+unx+main.cxx
parentUpgrade 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
Notes
Notes: svn path=/head/; revision=85048
Diffstat (limited to 'editors/openoffice-devel/files/patch-crashrep+source+unx+main.cxx')
-rw-r--r--editors/openoffice-devel/files/patch-crashrep+source+unx+main.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-crashrep+source+unx+main.cxx b/editors/openoffice-devel/files/patch-crashrep+source+unx+main.cxx
new file mode 100644
index 000000000000..d8eebbf124a5
--- /dev/null
+++ b/editors/openoffice-devel/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
+