[115646] trunk/base/src/port1.0/portconfigure.tcl

ryandesign at macports.org ryandesign at macports.org
Tue Jan 7 12:24:13 PST 2014


Revision: 115646
          https://trac.macports.org/changeset/115646
Author:   ryandesign at macports.org
Date:     2014-01-07 12:24:13 -0800 (Tue, 07 Jan 2014)
Log Message:
-----------
portconfigure.tcl: default to apple-gcc-4.2 on Tiger to fix various issues (#41782)

Modified Paths:
--------------
    trunk/base/src/port1.0/portconfigure.tcl

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2014-01-07 20:21:11 UTC (rev 115645)
+++ trunk/base/src/port1.0/portconfigure.tcl	2014-01-07 20:24:13 UTC (rev 115646)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 #
-# Copyright (c) 2007 - 2013 The MacPorts Project
+# Copyright (c) 2007 - 2014 The MacPorts Project
 # Copyright (c) 2007 Markus W. Weissmann <mww at macports.org>
 # Copyright (c) 2002 - 2003 Apple Inc.
 # All rights reserved.
@@ -446,7 +446,7 @@
     } elseif {[vercmp $xcodeversion 3.0] >= 0} {
         return {gcc-4.2 apple-gcc-4.2 gcc-4.0 macports-clang-3.3}
     } else {
-        return {gcc-4.0 apple-gcc-4.2 gcc-3.3 macports-clang-3.3}
+        return {apple-gcc-4.2 gcc-4.0 gcc-3.3 macports-clang-3.3}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140107/c8205452/attachment.html>


More information about the macports-changes mailing list