pkgsrc/misc/openoffice/patches/patch-ax
mrauch 0c05439318 Update to version 1.1.5.
This version contains read support for the new OpenDocument format OASIS which
will be default in OOo 2.0.
Additionally some minor bugs have been fixed. A complete list can be found at
http://download.openoffice.org/1.1.5/release_notes_1.1.5.html.
2005-10-03 16:03:19 +00:00

13 lines
374 B
Text

$NetBSD: patch-ax,v 1.4 2005/10/03 16:03:19 mrauch Exp $
--- ../ucbhelper/source/client/proxydecider.cxx.orig 2005-06-03 12:31:52.000000000 +0200
+++ ../ucbhelper/source/client/proxydecider.cxx
@@ -126,7 +126,7 @@ using namespace ucbhelper;
#include <unistd.h>
#endif
-#if defined (FREEBSD)
+#if defined (FREEBSD) || defined (NETBSD)
#include <sys/socket.h>
#endif