To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66065 Issue #:|66065 Summary:|FreeBSD porting: add FreeBSD related stuffs in |tools/inc/inetdef.hxx Component:|porting Version:|680m164 Platform:|All URL:| OS/Version:|FreeBSD Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|mh Reported by:|maho
------- Additional comments from [EMAIL PROTECTED] Fri Jun 2 15:47:40 -0700 2006 ------- jkim is not sure that we must add this, but for sanity reason, we should add it ;) --- tools/inc/inetdef.hxx.orig Fri Sep 9 09:42:51 2005 +++ tools/inc/inetdef.hxx Thu May 25 18:31:02 2006 @@ -65,7 +65,9 @@ #elif defined LINUX && defined X86 #define TOOLS_INETDEF_OS "Linux" #elif defined FREEBSD && defined X86 -#define TOOLS_INETDEF_OS "FreeBSD" +#define TOOLS_INETDEF_OS "FreeBSD/i386" +#elif defined FREEBSD && defined X86_64 +#define TOOLS_INETDEF_OS "FreeBSD/amd64" #elif defined SINIX #define TOOLS_INETDEF_OS "SINIX" #elif defined IRIX --- tools/inc/solar.h.orig Wed Apr 26 16:42:59 2006 +++ tools/inc/solar.h Thu May 25 18:37:19 2006 @@ -397,9 +397,12 @@ #elif defined LINUX && defined __x86_64__ #define __DLLEXTENSION "lx.so" #define SYSTEM_ID SYSTEM_UNXLNXX -#elif defined FREEBSD +#elif defined FREEBSD && defined X86 #define __DLLEXTENSION "fi.so" #define SYSTEM_ID SYSTEM_UNXFBSDI +#elif defined FREEBSD && defined X86_64 + #define __DLLEXTENSION "fx.so" + #define SYSTEM_ID SYSTEM_UNXFBSDX #elif defined IRIX #define __DLLEXTENSION "im.so" #define SYSTEM_ID SYSTEM_UNXIRXM --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
