FreeBSD Bugzilla – Attachment 160308 Details for
Bug 202624
[PATCH] lang/go14: correct clang detection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
go14 patch
go14.patch (text/plain), 514 bytes, created by
Sascha Holzleiter
on 2015-08-24 15:09:35 UTC
(
hide
)
Description:
go14 patch
Filename:
MIME Type:
Creator:
Sascha Holzleiter
Created:
2015-08-24 15:09:35 UTC
Size:
514 bytes
patch
obsolete
>--- Makefile.orig 2015-08-24 14:52:11.096820520 +0200 >+++ Makefile 2015-08-24 15:56:25.077556198 +0200 >@@ -39,11 +39,19 @@ > IGNORE= unknown arch ${ARCH} > .endif > >+# Go 1.4 doesn't detect that our cc is clang >+# so we set it explicitly. >+.if ${OSVERSION} > 1000024 >+CC=clang >+.endif >+ > PLIST_SUB+= ARCH=${GOARCH} \ > GOOBJ=${GOOBJ} > > post-patch: > @cd ${WRKSRC} && ${FIND} . -name '*.orig' -delete >+ ${REINPLACE_CMD} -e 's|type -t|command -v|g' \ >+ ${WRKSRC}/src/make.bash > > do-build: > cd ${WRKSRC}/src && \
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 202624
: 160308