[140815] trunk/dports/lang/go/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Sat Oct 3 14:10:07 PDT 2015


Revision: 140815
          https://trac.macports.org/changeset/140815
Author:   ciserlohn at macports.org
Date:     2015-10-03 14:10:07 -0700 (Sat, 03 Oct 2015)
Log Message:
-----------
go: use the right compiler for cgo (closes #49083)

Modified Paths:
--------------
    trunk/dports/lang/go/Portfile

Modified: trunk/dports/lang/go/Portfile
===================================================================
--- 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151003/a57c2b2a/attachment.html>


More information about the macports-changes mailing list