Revision: 115388 https://trac.macports.org/changeset/115388 Author: jeremyhu@macports.org Date: 2013-12-31 22:27:18 -0800 (Tue, 31 Dec 2013) Log Message: ----------- boehmgc: Link against the correct C++ runtime Modified Paths: -------------- trunk/dports/devel/boehmgc/Portfile Modified: trunk/dports/devel/boehmgc/Portfile =================================================================== --- trunk/dports/devel/boehmgc/Portfile 2014-01-01 06:01:56 UTC (rev 115387) +++ trunk/dports/devel/boehmgc/Portfile 2014-01-01 06:27:18 UTC (rev 115388) @@ -6,6 +6,7 @@ name boehmgc conflicts boehmgc-devel version 7.2d +revision 1 categories devel license Permissive maintainers nomaintainer @@ -29,6 +30,10 @@ --enable-cplusplus \ --with-libatomic-ops=no +# Teach glibtool about -stdlib=libc++ +use_autoreconf yes +autoreconf.args -fvi + configure.cppflags-append -D_XOPEN_SOURCE=600 -D_DARWIN_C_SOURCE variant redirect description {Redirect malloc and friends to GC routines} {