[110307] trunk/dports/devel/ld64/Portfile
Revision: 110307 https://trac.macports.org/changeset/110307 Author: jeremyhu@macports.org Date: 2013-08-29 14:14:49 -0700 (Thu, 29 Aug 2013) Log Message: ----------- ld64: Pass cxxflags at link time (eg: -stdlib=libc++) Modified Paths: -------------- trunk/dports/devel/ld64/Portfile Modified: trunk/dports/devel/ld64/Portfile =================================================================== --- trunk/dports/devel/ld64/Portfile 2013-08-29 21:12:18 UTC (rev 110306) +++ trunk/dports/devel/ld64/Portfile 2013-08-29 21:14:49 UTC (rev 110307) @@ -151,7 +151,7 @@ OTHER_CPPFLAGS="${configure.cppflags}" \ OTHER_CFLAGS="${configure.cflags} [get_canonical_archflags]" \ OTHER_CXXFLAGS="${configure.cxxflags} [get_canonical_archflags]" \ - OTHER_LDFLAGS="${configure.ldflags} [get_canonical_archflags]" + OTHER_LDFLAGS="${configure.ldflags} ${configure.cxxflags} [get_canonical_archflags]" if {${os.major} >= 11} { build.args-append \
participants (1)
-
jeremyhu@macports.org