Revision: 111754 https://trac.macports.org/changeset/111754 Author: vince@macports.org Date: 2013-09-30 10:07:25 -0700 (Mon, 30 Sep 2013) Log Message: ----------- Fix a typo (non-breakable space -> space) Modified Paths: -------------- trunk/dports/math/atlas/Portfile Modified: trunk/dports/math/atlas/Portfile =================================================================== --- trunk/dports/math/atlas/Portfile 2013-09-30 16:24:03 UTC (rev 111753) +++ trunk/dports/math/atlas/Portfile 2013-09-30 17:07:25 UTC (rev 111754) @@ -256,7 +256,7 @@ if {${use_clang} != ""} { configure.args-append -A 26 -V 480 - } else { + } else { # No AVX when using GCC 4.x configure.args-append -A 26 -V 448