[130982] trunk/dports/lang/libcxx/files/leopard-buildit.patch

Jeremy Huddleston Sequoia jeremyhu at macports.org
Sun Jan 4 18:08:39 PST 2015


> On Jan 4, 2015, at 18:00, Ryan Schmidt <ryandesign at macports.org> wrote:
> 
> 
>> On Jan 4, 2015, at 3:17 PM, jeremyhu at macports.org wrote:
>> 
>> Revision
>> 130982
>> Author
>> jeremyhu at macports.org
>> Date
>> 2015-01-04 13:17:31 -0800 (Sun, 04 Jan 2015)
>> Log Message
>> 
>> libcxx: Build fix for Leopard
> 
> You have libc++ working on Leopard? Wow.

I haven't really done much testing with it yet, but it passes the "Hello World" test at least:

(18:05:34 Sun Jan 04 2015 jeremy at nanake-leo i386)
~ $ clang++-mp-3.4 -std=c++11 -stdlib=libc++ hello_world.cxx -o hello_world && ./hello_world
Hello world.

(18:05:44 Sun Jan 04 2015 jeremy at nanake-leo i386)
~ $ sw_vers
ProductName:	Mac OS X Server
ProductVersion:	10.5.8
BuildVersion:	9L34

(18:05:48 Sun Jan 04 2015 jeremy at nanake-leo i386)
~ $ otool -L hello_world
hello_world:
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.7)
	/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
	/usr/lib/libc++abi.dylib (compatibility version 1.0.0, current version 3.5.0)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4145 bytes
Desc: not available
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20150104/7960034c/attachment.p7s>


More information about the macports-dev mailing list