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

toby at macports.org toby at macports.org
Wed Mar 25 21:14:19 PDT 2009


Revision: 48597
          http://trac.macports.org/changeset/48597
Author:   toby at macports.org
Date:     2009-03-25 21:14:19 -0700 (Wed, 25 Mar 2009)
Log Message:
-----------
cleanup

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

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2009-03-26 04:13:35 UTC (rev 48596)
+++ trunk/base/src/port1.0/portconfigure.tcl	2009-03-26 04:14:19 UTC (rev 48597)
@@ -260,7 +260,6 @@
 # internal function to determine the CFLAGS for the compiler
 proc configure_get_universal_cflags {args} {
     global configure.universal_sysroot configure.universal_target
-    global os.platform os.arch os.version os.major
     set flags [configure_get_universal_archflags]
     # these flags should be valid for C/C++ and similar compiler frontends
     if {[info exists configure.universal_sysroot]} {
@@ -272,7 +271,7 @@
 # internal function to determine the LDFLAGS for the compiler
 proc configure_get_universal_ldflags {args} {
     global configure.universal_sysroot configure.universal_target
-    global os.platform os.arch os.version os.major
+    global os.arch
     set flags [configure_get_universal_archflags]
     # works around linking without using the CFLAGS, outside of automake
     if {${os.arch} == "powerpc"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090325/5feef09f/attachment.html>


More information about the macports-changes mailing list