[110695] trunk/dports/devel/boost/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Sep 3 19:11:31 PDT 2013


Revision: 110695
          https://trac.macports.org/changeset/110695
Author:   jeremyhu at macports.org
Date:     2013-09-03 19:11:31 -0700 (Tue, 03 Sep 2013)
Log Message:
-----------
boost: Include configure.ldflags

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2013-09-04 01:02:19 UTC (rev 110694)
+++ trunk/dports/devel/boost/Portfile	2013-09-04 02:11:31 UTC (rev 110695)
@@ -103,7 +103,7 @@
         set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
     }
 
-    write_jam "using darwin : : ${configure.cxx} : <cxxflags>\"${configure.cxxflags} ${cxx_stdlibflags}\" ${compileflags} <linkflags>\"${cxx_stdlibflags}\" : ;"
+    write_jam "using darwin : : ${configure.cxx} : <cxxflags>\"${configure.cxxflags} ${cxx_stdlibflags}\" ${compileflags} <linkflags>\"${configure.ldflags} ${cxx_stdlibflags}\" : ;"
 
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130903/c3f29947/attachment.html>


More information about the macports-changes mailing list