[84822] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Sun Oct 2 07:00:35 PDT 2011


Revision: 84822
          http://trac.macports.org/changeset/84822
Author:   ryandesign at macports.org
Date:     2011-10-02 07:00:32 -0700 (Sun, 02 Oct 2011)
Log Message:
-----------
wine ports: add dependency on apple-gcc42 port when it's used

Modified Paths:
--------------
    trunk/dports/x11/wine/Portfile
    trunk/dports/x11/wine-crossover/Portfile
    trunk/dports/x11/wine-crossover-games/Portfile
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2011-10-02 13:49:17 UTC (rev 84821)
+++ trunk/dports/x11/wine/Portfile	2011-10-02 14:00:32 UTC (rev 84822)
@@ -152,6 +152,7 @@
     ${configure.compiler} == "clang"} {
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
+        depends_build-append port:apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/x11/wine-crossover/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover/Portfile	2011-10-02 13:49:17 UTC (rev 84821)
+++ trunk/dports/x11/wine-crossover/Portfile	2011-10-02 14:00:32 UTC (rev 84822)
@@ -154,6 +154,7 @@
     ${configure.compiler} == "clang"} {
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
+        depends_build-append port:apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/x11/wine-crossover-games/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover-games/Portfile	2011-10-02 13:49:17 UTC (rev 84821)
+++ trunk/dports/x11/wine-crossover-games/Portfile	2011-10-02 14:00:32 UTC (rev 84822)
@@ -157,6 +157,7 @@
     ${configure.compiler} == "clang"} {
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
+        depends_build-append port:apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2011-10-02 13:49:17 UTC (rev 84821)
+++ trunk/dports/x11/wine-devel/Portfile	2011-10-02 14:00:32 UTC (rev 84822)
@@ -150,6 +150,7 @@
     ${configure.compiler} == "clang"} {
     configure.compiler gcc-4.2
     if {![file executable ${configure.cc}]} {
+        depends_build-append port:apple-gcc42
         configure.compiler apple-gcc-4.2
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111002/339f15e4/attachment.html>


More information about the macports-changes mailing list