[27022] trunk/base/src/port1.0/portconfigure.tcl
source_changes at macosforge.org
source_changes at macosforge.org
Sun Jul 15 15:48:15 PDT 2007
Revision: 27022
http://trac.macosforge.org/projects/macports/changeset/27022
Author: mww at macports.org
Date: 2007-07-15 15:48:15 -0700 (Sun, 15 Jul 2007)
Log Message:
-----------
add missing adding of the fortran compiler flags, correct typo
Modified Paths:
--------------
trunk/base/src/port1.0/portconfigure.tcl
Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl 2007-07-15 22:25:59 UTC (rev 27021)
+++ trunk/base/src/port1.0/portconfigure.tcl 2007-07-15 22:48:15 UTC (rev 27022)
@@ -106,7 +106,7 @@
}
}
- # select a compiler collections
+ # select a compiler collection
switch -exact ${configure.compiler} {
gcc-3.3 {
ui_debug "Using Mac OS X gcc 3.3"
@@ -171,6 +171,9 @@
append_list_to_environment_value configure "CC" ${configure.cc}
append_list_to_environment_value configure "CPP" ${configure.cpp}
append_list_to_environment_value configure "CXX" ${configure.cxx}
+ append_list_to_environment_value configure "FC" ${configure.fc}
+ append_list_to_environment_value configure "F77" ${configure.f77}
+ append_list_to_environment_value configure "F90" ${configure.f90}
append_list_to_environment_value configure "CFLAGS" ${configure.cflags}
append_list_to_environment_value configure "CPPFLAGS" ${configure.cppflags}
append_list_to_environment_value configure "CXXFLAGS" ${configure.cxxflags}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070715/9660cd51/attachment.html
More information about the macports-changes
mailing list