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

afb at macports.org afb at macports.org
Fri Apr 11 14:33:16 PDT 2008


Revision: 35970
          http://trac.macosforge.org/projects/macports/changeset/35970
Author:   afb at macports.org
Date:     2008-04-11 14:33:16 -0700 (Fri, 11 Apr 2008)

Log Message:
-----------
add missing global variable declaration

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

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2008-04-11 21:21:12 UTC (rev 35969)
+++ trunk/base/src/port1.0/portconfigure.tcl	2008-04-11 21:33:16 UTC (rev 35970)
@@ -200,7 +200,7 @@
 
 # internal function to determine the CFLAGS for the compiler
 proc configure_get_universal_cflags {args} {
-    global configure.universal_sysroot
+    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
@@ -216,7 +216,7 @@
 
 # internal function to determine the LDFLAGS for the compiler
 proc configure_get_universal_ldflags {args} {
-    global configure.universal_sysroot configure.universal_target 
+    global configure.universal_sysroot configure.universal_target
     global os.platform os.arch os.version os.major
     set flags [configure_get_universal_archflags]
     # works around linking without using the CFLAGS, outside of automake

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080411/05701a39/attachment.html


More information about the macports-changes mailing list