[110307] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Aug 29 14:14:49 PDT 2013


Revision: 110307
          https://trac.macports.org/changeset/110307
Author:   jeremyhu at 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/caec000f/attachment.html>


More information about the macports-changes mailing list