slocate: ensure we're UsingTheRightCompiler
--- trunk/dports/sysutils/slocate/Portfile 2010-08-05 19:42:59 UTC (rev 70308)
+++ trunk/dports/sysutils/slocate/Portfile 2010-08-05 20:22:37 UTC (rev 70309)
@@ -46,6 +46,8 @@
reinplace "s|__GROUP__|${install.group}|g" ${worksrcpath}/Makefile
}
+build.args CC="${configure.cc}"
+
pre-destroot {
addgroup slocate
}