summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx')
-rw-r--r--editors/openoffice-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx b/editors/openoffice-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx
new file mode 100644
index 000000000000..88225ffe8308
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx
@@ -0,0 +1,22 @@
+http://www.openoffice.org/issues/show_bug.cgi?id=40191
+
+sys/socket.h is needed for FreeBSD
+
+Index: ucbhelper/source/client/proxydecider.cxx
+===================================================================
+RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
+retrieving revision 1.3.16.1
+diff -u -r1.3.16.1 proxydecider.cxx
+--- ucbhelper/source/client/proxydecider.cxx 20 Oct 2004 12:04:36 -0000 1.3.16.1
++++ ucbhelper/source/client/proxydecider.cxx 30 Dec 2004 04:12:01 -0000
+@@ -127,6 +127,10 @@
+ #include <unistd.h>
+ #endif
+
++#if defined (FREEBSD)
++#include <sys/socket.h>
++#endif
++
+ #ifdef SOLARIS
+
+ extern "C"