Changes between Version 7 and Version 8 of LeopardSDKFixes
- Timestamp:
- Aug 28, 2016, 7:26:23 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LeopardSDKFixes
v7 v8 13 13 After locating and verifying the file status, back up and copy the files: 14 14 {{{ 15 #!sh 15 16 sudo cp -pv /usr/lib/libgcc_s.10.5.dylib{,.bak} 16 17 sudo scp -pv <snow leopard or newer machine>:/usr/lib/libgcc_s.10.5.dylib /usr/lib/libgcc_s.10.5.dylib … … 21 22 You will know that this worked successfully if you can compile this with clang-mp-3.4: 22 23 {{{ 24 #!c 23 25 int main() { 24 26 __uint128_t a = 100; … … 42 44 Edit /usr/include/AvailabilityInternal.h, so ports don't try to use API that were added in Snow Leopard: 43 45 {{{ 46 #!patch 44 47 --- /usr/include/AvailabilityInternal.h.orig 2015-01-11 17:31:10.000000000 -0800 45 48 +++ /usr/include/AvailabilityInternal.h 2015-01-05 04:15:01.000000000 -0800