freebsd-ports/editors/openoffice-3/files/patch-crashrep+source+unx+main.cxx
Maho Nakata af63e06d7c 1. update to fresh checkout of OpenOffice.org (1.1RC2)
tagged under cws_srx645_ooo11rc2
2. still broken with installation failure.

Reviewed by:	mbr
2003-07-17 12:56:09 +00:00

11 lines
270 B
C++

--- ../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