Revision
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

Diff

Modified: trunk/dports/graphics/qiv/Portfile (77385 => 77386)


--- 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}"