FreeBSD Bugzilla – Attachment 147590 Details for
Bug 193841
[PATCH] databases/mysql55-client fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch
patch_Makefile_mysql55-server (text/plain), 431 bytes, created by
Mikael Urankar
on 2014-09-23 08:48:37 UTC
(
hide
)
Description:
Makefile patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2014-09-23 08:48:37 UTC
Size:
431 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 368822) >+++ Makefile (copie de travail) >@@ -85,8 +85,12 @@ > > .include <bsd.port.pre.mk> > >-.if ${ARCH} == "arm" >+.if !defined(CLIENT_ONLY) >+.if ${ARCH} == armv6 > BROKEN= Does not compile on arm >+.else >+EXTRA_PATCHES+= ${FILESDIR}/extra-arm-patch-sql-common__client_plugin.c > .endif >+.endif > > .include <bsd.port.post.mk>
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 193841
:
147564
|
147565
| 147590