Revision: 115386 https://trac.macports.org/changeset/115386 Author: jeremyhu@macports.org Date: 2013-12-31 21:58:54 -0800 (Tue, 31 Dec 2013) Log Message: ----------- libsigcxx2: Link against correct C++ runtime Modified Paths: -------------- trunk/dports/devel/libsigcxx2/Portfile Modified: trunk/dports/devel/libsigcxx2/Portfile =================================================================== --- trunk/dports/devel/libsigcxx2/Portfile 2014-01-01 05:54:35 UTC (rev 115385) +++ trunk/dports/devel/libsigcxx2/Portfile 2014-01-01 05:58:54 UTC (rev 115386) @@ -6,6 +6,7 @@ name libsigcxx2 set my_name libsigc++ version 2.2.11 +revision 1 license LGPL-2.1 set branch [join [lrange [split ${version} .] 0 1] .] categories devel @@ -28,6 +29,10 @@ configure.args --enable-static +# Teach glibtool about -stdlib=libc++ +use_autoreconf yes +autoreconf.args -fvi + set docdir ${prefix}/share/doc/${my_name}-${version} post-destroot {