[MacPorts] LeopardSDKFixes modified
MacPorts
noreply at macports.org
Sun Aug 28 00:26:25 PDT 2016
Page "LeopardSDKFixes" was changed by ionic at macports.org
Diff URL: <https://trac.macports.org/wiki/LeopardSDKFixes?action=diff&version=8>
Revision 8
Comment: Add (theoretical) syntax highlighting to code blocks.
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: LeopardSDKFixes
=========================================================================
--- LeopardSDKFixes (version: 7)
+++ LeopardSDKFixes (version: 8)
@@ -12,6 +12,7 @@
}}}
After locating and verifying the file status, back up and copy the files:
{{{
+#!sh
sudo cp -pv /usr/lib/libgcc_s.10.5.dylib{,.bak}
sudo scp -pv <snow leopard or newer machine>:/usr/lib/libgcc_s.10.5.dylib /usr/lib/libgcc_s.10.5.dylib
}}}
@@ -20,6 +21,7 @@
You will know that this worked successfully if you can compile this with clang-mp-3.4:
{{{
+#!c
int main() {
__uint128_t a = 100;
__uint128_t b = 200;
@@ -41,6 +43,7 @@
Edit /usr/include/AvailabilityInternal.h, so ports don't try to use API that were added in Snow Leopard:
{{{
+#!patch
--- /usr/include/AvailabilityInternal.h.orig 2015-01-11 17:31:10.000000000 -0800
+++ /usr/include/AvailabilityInternal.h 2015-01-05 04:15:01.000000000 -0800
@@ -60,7 +60,7 @@
-------8<------8<------8<------8<------8<------8<------8<------8<--------
--
Page URL: <https://trac.macports.org/wiki/LeopardSDKFixes>
MacPorts <https://www.macports.org/>
Ports system for OS X
This is an automated message. Someone added your email address to be
notified of changes on 'LeopardSDKFixes' page.
If it was not you, please report to .
More information about the macports-changes
mailing list