Changes between Version 7 and Version 8 of LeopardSDKFixes


Ignore:
Timestamp:
Aug 28, 2016, 7:26:23 AM (8 years ago)
Author:
Ionic (Mihai Moldovan)
Comment:

Add (theoretical) syntax highlighting to code blocks.

Legend:

Unmodified
Added
Removed
Modified
  • LeopardSDKFixes

    v7 v8  
    1313After locating and verifying the file status, back up and copy the files:
    1414{{{
     15#!sh
    1516sudo cp -pv /usr/lib/libgcc_s.10.5.dylib{,.bak}
    1617sudo scp -pv <snow leopard or newer machine>:/usr/lib/libgcc_s.10.5.dylib /usr/lib/libgcc_s.10.5.dylib
     
    2122You will know that this worked successfully if you can compile this with clang-mp-3.4:
    2223{{{
     24#!c
    2325int main() {
    2426   __uint128_t a = 100;
     
    4244Edit  /usr/include/AvailabilityInternal.h, so ports don't try to use API that were added in Snow Leopard:
    4345{{{
     46#!patch
    4447--- /usr/include/AvailabilityInternal.h.orig    2015-01-11 17:31:10.000000000 -0800
    4548+++ /usr/include/AvailabilityInternal.h 2015-01-05 04:15:01.000000000 -0800