[98290] trunk/dports/multimedia/mythtv-core.25/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Oct 1 19:24:27 PDT 2012


Revision: 98290
          http://trac.macports.org//changeset/98290
Author:   jeremyhu at macports.org
Date:     2012-10-01 19:24:27 -0700 (Mon, 01 Oct 2012)
Log Message:
-----------
Check for apple-gcc42 being installed as well...

Modified Paths:
--------------
    trunk/dports/multimedia/mythtv-core.25/Portfile

Modified: trunk/dports/multimedia/mythtv-core.25/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-core.25/Portfile	2012-10-01 22:55:36 UTC (rev 98289)
+++ trunk/dports/multimedia/mythtv-core.25/Portfile	2012-10-02 02:24:27 UTC (rev 98290)
@@ -95,6 +95,11 @@
     depends_skip_archcheck-append macports-clang-3.0
 }
 
+if {${configure.compiler} == "apple-gcc-4.2"} { 
+    depends_build-append port:apple-gcc42 
+    depends_skip_archcheck-append apple-gcc42
+}
+
 post-extract {
     file mkdir ${worksrcpath}/macports
     foreach {applescript} ${applescripts} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121001/2787ebf1/attachment.html>


More information about the macports-changes mailing list