vlfeat: ensure we're UsingTheRightCompiler
--- 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
}