summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-31 10:38:22 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-31 10:38:22 +0000
commitfe23002338ac15eae19e6f9fa6824112c58704f9 (patch)
tree351b53c973655dbc3886dd5ace8f683b20e9c5d0 /editors/openoffice.org-3
parentFreeBSD has waitpid() and does not need to workaround as Linux has to do. (diff)
Add missing FreeBSD case.
Notes
Notes: svn path=/head/; revision=63798
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r--editors/openoffice.org-3/files/patch-tools+inc+inetdef.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/patch-tools+inc+inetdef.hxx b/editors/openoffice.org-3/files/patch-tools+inc+inetdef.hxx
new file mode 100644
index 000000000000..a9e02c684019
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-tools+inc+inetdef.hxx
@@ -0,0 +1,11 @@
+--- ../tools/inc/inetdef.hxx.orig Sun Jul 21 00:59:36 2002
++++ ../tools/inc/inetdef.hxx Sun Jul 21 00:59:38 2002
+@@ -90,6 +90,8 @@
+ #define TOOLS_INETDEF_OS "NETBSD Sparc"
+ #elif defined LINUX && defined X86
+ #define TOOLS_INETDEF_OS "Linux"
++#elif defined FREEBSD && defined X86
++#define TOOLS_INETDEF_OS "FreeBSD"
+ #elif defined SINIX
+ #define TOOLS_INETDEF_OS "SINIX"
+ #elif defined IRIX