[97702] trunk/dports/lang/gcc47/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Sep 12 10:04:17 PDT 2012


Revision: 97702
          http://trac.macports.org//changeset/97702
Author:   jeremyhu at macports.org
Date:     2012-09-12 10:04:17 -0700 (Wed, 12 Sep 2012)
Log Message:
-----------
gcc47: Fix libstdcxx dependency to remove loop.

Modified Paths:
--------------
    trunk/dports/lang/gcc47/Portfile

Modified: trunk/dports/lang/gcc47/Portfile
===================================================================
--- trunk/dports/lang/gcc47/Portfile	2012-09-12 16:57:20 UTC (rev 97701)
+++ trunk/dports/lang/gcc47/Portfile	2012-09-12 17:04:17 UTC (rev 97702)
@@ -120,7 +120,7 @@
 
 # TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
 if {${subport} == "libstdcxx"} {
-    depends_run-delete port:${subport}
+    depends_run-delete path:lib/.libstdcxx:libstdcxx
 
     configure.args-delete --libdir=${prefix}/lib/${name}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120912/bbf17b91/attachment.html>


More information about the macports-changes mailing list