To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61265
                  Issue #:|61265
                  Summary:|macintel01: separate environment files for Intel and
                          |PPC based Macs
                Component:|porting
                  Version:|680m153
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|MacOSX
              Assigned to:|ericb
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Jan 28 05:02:27 -0800 
2006 -------
We have to separate environment files for both platform so we can share the
build tree between them:

- use MacOSXIntelEnv.Set{,.sh} on Intel based Macs
- use MacOSXPPCEnv.Set{,.sh} on PowerPC based Macs

--- set_soenv.in        28 Jan 2006 13:58:11 +0100      1.86.4.1
+++ set_soenv.in        28 Jan 2006 13:59:25 +0100      
@@ -613,13 +613,13 @@
 }
 elsif ( $platform =~ m/darwin/ ) 
 {     print "Setting Mac OS X/Darwin specific values... ";
-      $outfile        = "MacosxEnv.Set"; 
       $BIG_SVX        = "TRUE";
       $COM            = "GCC";
       $COMPATH        = '@COMPATH@'; 
       if ($platform =~ m/^i[3456]86/)
       {
           print "Setting values for Mac OS X/Darwin on Intel... ";
+          $outfile        = "MacOSXIntelEnv.Set"; 
           $CPU            = "I";
           $CPUNAME        = "INTEL";
           $DLLSUFFIX      = "mxi";
@@ -628,6 +628,7 @@
       elsif ($platform =~ m/^powerpc/)
       {
           print "Setting values for Mac OS X/Darwin on PowerPC... ";
+          $outfile        = "MacOSXPPCEnv.Set"; 
           $CPU            = "P";
           $CPUNAME        = "POWERPC";
           $DLLSUFFIX      = "mxp";

Please add this issue/patch to macintel01.

---------------------------------------------------------------------
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]

Reply via email to