aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx b/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
new file mode 100644
index 000000000000..073390f79ab1
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
@@ -0,0 +1,22 @@
+#iz XXXXX
+sys/socket.h is needed, there should be
+appropreate place to give this definition, though.
+
+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 Oct 2004 23:08:26 -0000
+@@ -107,6 +107,10 @@
+ using namespace com::sun::star;
+ using namespace ucbhelper;
+
++#if defined (FREEBSD)
++#include <sys/socket.h>
++#endif
++
+ #define CONFIG_ROOT_KEY "org.openoffice.Inet/Settings"
+ #define PROXY_TYPE_KEY "ooInetProxyType"
+ #define NO_PROXY_LIST_KEY "ooInetNoProxy"