[Libreoffice-commits] .: tools/inc

Thomas Klausner tklausner at kemper.freedesktop.org
Sat Oct 9 01:48:42 PDT 2010


 tools/inc/tools/inetdef.hxx |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 97c6040a2e790f7043e2a43b9ee37b1ea06cf4f2
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Sat Oct 9 10:47:31 2010 +0200

    Improve NetBSD platform strings, and add x86_64.

diff --git a/tools/inc/tools/inetdef.hxx b/tools/inc/tools/inetdef.hxx
index 80f57dc..b8208bb 100644
--- a/tools/inc/tools/inetdef.hxx
+++ b/tools/inc/tools/inetdef.hxx
@@ -45,11 +45,13 @@
 #elif defined SCO
 #define TOOLS_INETDEF_OS "SCO"
 #elif defined NETBSD && defined X86
-#define TOOLS_INETDEF_OS "NETBSD x86"
+#define TOOLS_INETDEF_OS "NetBSD/i386"
+#elif defined NETBSD && defined X86_64
+#define TOOLS_INETDEF_OS "NetBSD/amd64"
 #elif defined NETBSD && defined ARM32
-#define TOOLS_INETDEF_OS "NETBSD ARM32"
+#define TOOLS_INETDEF_OS "NetBSD/arm"
 #elif defined NETBSD && defined SPARC
-#define TOOLS_INETDEF_OS "NETBSD Sparc"
+#define TOOLS_INETDEF_OS "NetBSD/sparc"
 #elif defined LINUX && defined X86
 #define TOOLS_INETDEF_OS "Linux"
 #elif defined FREEBSD && defined X86


More information about the Libreoffice-commits mailing list