To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60036
                  Issue #:|60036
                  Summary:|Mac OS X: make gcc silent about redefined endian
                          |macros
                Component:|porting
                  Version:|680
                 Platform:|All
                      URL:|
               OS/Version:|Mac OS X
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P4
             Subcomponent:|MacOSX
              Assigned to:|pjanik
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Wed Jan  4 12:37:29 -0800 
2006 -------
--- ooo_OOA680_m1_src.orig/sal/inc/osl/endian.h 2005-10-02 16:52:14.000000000 
+0200
+++ ooo_OOA680_m1_src/sal/inc/osl/endian.h      2005-12-18 00:53:47.000000000 
+0100
@@ -154,9 +154,13 @@
 #ifdef MACOSX
 #      include <machine/endian.h>
 #      if BYTE_ORDER == LITTLE_ENDIAN
+#              ifndef _LITTLE_ENDIAN
 #              define _LITTLE_ENDIAN
+#              endif
 #      elif BYTE_ORDER == BIG_ENDIAN
+#              ifndef _BIG_ENDIAN
 #              define _BIG_ENDIAN
+#              endif
 #      elif BYTE_ORDER == PDP_ENDIAN
 #              define _PDP_ENDIAN
 #      endif

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