Modified: trunk/dports/math/metis/Portfile (70405 => 70406)
--- trunk/dports/math/metis/Portfile 2010-08-08 13:07:27 UTC (rev 70405)
+++ trunk/dports/math/metis/Portfile 2010-08-08 13:24:41 UTC (rev 70406)
@@ -41,7 +41,10 @@
if {[variant_isset universal]} {
append optflags " " ${configure.universal_cflags}
append ldflags " " ${configure.universal_ldflags}
- }
+ } else {
+ append optflags " " ${configure.cc_archflags}
+ append ldflags " " ${configure.cc_archflags}
+ }
reinplace "s|CC = .*|CC = ${configure.cc}|" ${worksrcpath}/Makefile.in
reinplace "s|OPTFLAGS = .*|OPTFLAGS = ${optflags}|" ${worksrcpath}/Makefile.in