[101426] trunk/dports/lang/gcc42/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jan 10 14:01:29 PST 2013


Revision: 101426
          https://trac.macports.org/changeset/101426
Author:   jeremyhu at macports.org
Date:     2013-01-10 14:01:29 -0800 (Thu, 10 Jan 2013)
Log Message:
-----------
gcc42: This never built for me on Leopard, so don't pretend that it does...

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

Modified: trunk/dports/lang/gcc42/Portfile
===================================================================
--- trunk/dports/lang/gcc42/Portfile	2013-01-10 21:53:57 UTC (rev 101425)
+++ trunk/dports/lang/gcc42/Portfile	2013-01-10 22:01:29 UTC (rev 101426)
@@ -64,11 +64,11 @@
 configure.objc_archflags
 configure.ld_archflags
 platform darwin {
-    if {${os.major} >= 10} {
+    if {${os.major} >= 9} {
         depends_lib
         depends_run
         pre-fetch {
-            ui_error "$name does not build on Snow Leopard or later."
+            ui_error "$name does not build on Leopard or later."
             error "unsupported platform"
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130110/7e04e25a/attachment.html>


More information about the macports-changes mailing list