Revision
70309
Author
ryandesign@macports.org
Date
2010-08-05 13:22:37 -0700 (Thu, 05 Aug 2010)

Log Message

slocate: ensure we're UsingTheRightCompiler

Modified Paths

Diff

Modified: trunk/dports/sysutils/slocate/Portfile (70308 => 70309)


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