To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72679 Issue #|72679 Summary|Linux/SPARC not regocnized in settings/settings.mk Component|porting Version|current Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|jec Reported by|rene
------- Additional comments from [EMAIL PROTECTED] Sun Dec 17 09:19:18 -0800 2006 ------- Same as issue 66162, but for Linux/SPARC. (Linux/SPARC needs to be added). Trivial patch: Index: settings/settings.mk =================================================================== RCS file: /cvs/api/odk/settings/settings.mk,v retrieving revision 1.20 diff -u -u -r1.20 settings.mk --- settings/settings.mk 13 Jul 2006 12:03:58 -0000 1.20 +++ settings/settings.mk 17 Dec 2006 17:17:02 -0000 @@ -236,6 +236,12 @@ JAVA_PROC_TYPE=ppc endif +ifeq "$(PROCTYPE)" "sparc" +PACKAGE_LIB_DIR=linux_sparc.plt +UNOPKG_PLATFORM=Linux_SPARC +JAVA_PROC_TYPE=sparc +endif + OS=LINUX PS=/ CC=gcc I don't know about the JAVA_PROC_TYPE exactly, though, but as there's no Java for SPARC anyway AFAIK, ..... But Solaris/SPARC has it the same, so... --------------------------------------------------------------------- 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]
