diff options
Diffstat (limited to 'editors/openoffice.org-3-devel/files/patch-tools::inc::inetdef.hxx')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-tools::inc::inetdef.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-tools::inc::inetdef.hxx b/editors/openoffice.org-3-devel/files/patch-tools::inc::inetdef.hxx new file mode 100644 index 000000000000..a9e02c684019 --- /dev/null +++ b/editors/openoffice.org-3-devel/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 |