go: use the right compiler for cgo (closes #49083)
--- trunk/dports/lang/go/Portfile 2015-10-03 20:29:40 UTC (rev 140814)
+++ trunk/dports/lang/go/Portfile 2015-10-03 21:10:07 UTC (rev 140815)
@@ -59,7 +59,8 @@
GOROOT=${GOROOT} \
GOARCH=${GOARCH} \
GOOS=darwin \
- GOROOT_FINAL=${GOROOT_FINAL}
+ GOROOT_FINAL=${GOROOT_FINAL} \
+ CC=${configure.cc} \
use_parallel_build no