Changes between Initial Version and Version 1 of Ticket #45449, comment 3


Ignore:
Timestamp:
Oct 28, 2014, 5:06:49 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45449, comment 3

    initial v1  
    1 On fink, I have solved our llvm-gcc42 build problems with the attached patch. The first part of the patch is a back port of the upstream fix for the __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__  support...
     1On fink, I have solved our llvm-gcc42 build problems with the attached patch. The first part of the patch is a back port of the upstream fix for the `__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__`  support...
    22
    33http://permalink.gmane.org/gmane.comp.gcc.cvs/164573
     
    55and the second half adds a fixincludes entry to work around the problematic conditionals in the xpc/base.h system header by hardcoding those to
    66
     7{{{
    78if 0
     9}}}
    810
    911The existing packaging in fink for llvm-gcc42 builds fine under 10.10.0 with this patch applied.