FreeBSD Bugzilla – Attachment 170228 Details for
Bug 209465
lang/go: Thinks it's compiled gcc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove CC from go build
go-Makefile.patch (text/plain), 496 bytes, created by
Steven Hartland
on 2016-05-12 14:28:43 UTC
(
hide
)
Description:
Patch to remove CC from go build
Filename:
MIME Type:
Creator:
Steven Hartland
Created:
2016-05-12 14:28:43 UTC
Size:
496 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 414597) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= go > PORTVERSION= 1.6.2 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= lang > MASTER_SITES= http://golang.org/dl/ >@@ -49,7 +50,6 @@ post-patch: > > do-build: > cd ${WRKSRC}/src && \ >- CC=${CC} \ > GOROOT=${WRKSRC} GOROOT_FINAL=${PREFIX}/go \ > GOROOT_BOOTSTRAP=${LOCALBASE}/go14 \ > GOBIN= GOARCH=${GOARCH} GOOS=${OPSYS:tl} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209465
: 170228