diff options
author | mbr <mbr@FreeBSD.org> | 2002-07-31 18:38:22 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-07-31 18:38:22 +0800 |
commit | 19d1746bfc6c43b730c915aac6049cef06a8d2d4 (patch) | |
tree | 1866b4d4e63b6c91df5b88717722178d877a1857 /editors/openoffice-3-devel/files | |
parent | 89de4ec8d56e234e1b458c0acfd5ce79754c9bab (diff) | |
download | freebsd-ports-gnome-19d1746bfc6c43b730c915aac6049cef06a8d2d4.tar.gz freebsd-ports-gnome-19d1746bfc6c43b730c915aac6049cef06a8d2d4.tar.zst freebsd-ports-gnome-19d1746bfc6c43b730c915aac6049cef06a8d2d4.zip |
Add missing FreeBSD case.
Diffstat (limited to 'editors/openoffice-3-devel/files')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-tools+inc+inetdef.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-tools+inc+inetdef.hxx b/editors/openoffice-3-devel/files/patch-tools+inc+inetdef.hxx new file mode 100644 index 000000000000..a9e02c684019 --- /dev/null +++ b/editors/openoffice-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 |