Revision
98246
Author
ryandesign@macports.org
Date
2012-09-30 17:12:07 -0700 (Sun, 30 Sep 2012)

Log Message

vlfeat: ensure we're UsingTheRightCompiler

Modified Paths

Diff

Modified: trunk/dports/graphics/vlfeat/Portfile (98245 => 98246)


--- trunk/dports/graphics/vlfeat/Portfile	2012-09-30 20:43:02 UTC (rev 98245)
+++ trunk/dports/graphics/vlfeat/Portfile	2012-10-01 00:12:07 UTC (rev 98246)
@@ -45,6 +45,8 @@
     build.args-append   SDKROOT=/
 }
 
+build.args-append       CC="${configure.cc}"
+
 post-patch {
     reinplace "s|-install_name @loader_path/|-install_name ${prefix}/lib/|g" ${worksrcpath}/make/dll.mak
 }