29 Mar
2011
29 Mar
'11
7:46 a.m.
Revision: 77386 http://trac.macports.org/changeset/77386 Author: ryandesign@macports.org Date: 2011-03-29 00:46:14 -0700 (Tue, 29 Mar 2011) Log Message: ----------- qiv: ensure we're UsingTheRightCompiler, and support build_arch Modified Paths: -------------- trunk/dports/graphics/qiv/Portfile Modified: trunk/dports/graphics/qiv/Portfile =================================================================== --- trunk/dports/graphics/qiv/Portfile 2011-03-29 07:28:55 UTC (rev 77385) +++ trunk/dports/graphics/qiv/Portfile 2011-03-29 07:46:14 UTC (rev 77386) @@ -24,3 +24,5 @@ post-patch { reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile } + +build.args CC="${configure.cc} ${configure.cc_archflags}"