[83033] trunk/dports/www

jeremyhu at macports.org jeremyhu at macports.org
Tue Aug 23 23:04:03 PDT 2011


Revision: 83033
          http://trac.macports.org/changeset/83033
Author:   jeremyhu at macports.org
Date:     2011-08-23 23:04:01 -0700 (Tue, 23 Aug 2011)
Log Message:
-----------
firefox-x11*: Allow clang-devel to satisfy clang dependency

Modified Paths:
--------------
    trunk/dports/www/firefox-x11/Portfile
    trunk/dports/www/firefox-x11-devel/Portfile

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2011-08-24 05:45:37 UTC (rev 83032)
+++ trunk/dports/www/firefox-x11/Portfile	2011-08-24 06:04:01 UTC (rev 83033)
@@ -116,7 +116,7 @@
 # XCode 3.1's gcc-4.0 and gcc-4.2 have issues
 # llvm-gcc-4.2 has trouble with some of the mmx asm
 if {${configure.compiler} == "gcc-4.0"} {
-    depends_build-append port:clang
+    depends_build-append path:bin/clang:clang
     configure.compiler macports-clang
 } elseif {${configure.compiler} == "llvm-gcc-4.2"} {
     configure.compiler clang

Modified: trunk/dports/www/firefox-x11-devel/Portfile
===================================================================
--- trunk/dports/www/firefox-x11-devel/Portfile	2011-08-24 05:45:37 UTC (rev 83032)
+++ trunk/dports/www/firefox-x11-devel/Portfile	2011-08-24 06:04:01 UTC (rev 83033)
@@ -110,7 +110,7 @@
 # XCode 3.1's gcc-4.0 and gcc-4.2 have issues
 # llvm-gcc-4.2 has trouble with some of the mmx asm
 if {${configure.compiler} == "gcc-4.0"} {
-    depends_build-append port:clang
+    depends_build-append path:bin/clang:clang
     configure.compiler macports-clang
 } elseif {${configure.compiler} == "llvm-gcc-4.2"} {
     configure.compiler clang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110823/d507a945/attachment.html>


More information about the macports-changes mailing list