FreeBSD Bugzilla – Attachment 177331 Details for
Bug 214776
devel/arduino16: ARCH override causes lang/go to fail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff of devel/arduino-core
arduino-core.patch (text/plain), 666 bytes, created by
Kyle Evans
on 2016-11-23 14:00:23 UTC
(
hide
)
Description:
svn(1) diff of devel/arduino-core
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2016-11-23 14:00:23 UTC
Size:
666 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 426920) >+++ Makefile (working copy) >@@ -28,11 +28,13 @@ > .include <bsd.port.pre.mk> > > .if ${ARCH} == "amd64" >-ARCH= x86_64 >+ARDUINO_ARCH= x86_64 >+.else >+ARDUINO_ARCH= ${ARCH} > .endif > > post-patch: >- @${REINPLACE_CMD} -e 's|%%ARCH%%|${ARCH}|g' -e 's|%%OSREL%%|${OSREL:R}|g' ${WRKSRC}/hardware/package_index_bundled.json >+ @${REINPLACE_CMD} -e 's|%%ARCH%%|${ARDUINO_ARCH}|g' -e 's|%%OSREL%%|${OSREL:R}|g' ${WRKSRC}/hardware/package_index_bundled.json > > do-install: > (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "hardware" ${STAGEDIR}${PREFIX}/arduino ${FIND_EXPR})
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
Flags:
kevans
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 214776
:
177330
| 177331