FreeBSD Bugzilla – Attachment 156613 Details for
Bug 200102
lang/ocaml fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix arm build
lang_ocaml.patch (text/plain), 389 bytes, created by
Mikael Urankar
on 2015-05-10 15:04:34 UTC
(
hide
)
Description:
fix arm build
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-05-10 15:04:34 UTC
Size:
389 bytes
patch
obsolete
>--- Makefile.orig (revision 385935) >+++ Makefile (working copy) >@@ -94,7 +94,7 @@ > > OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/} > >-.if defined(NO_PROFILE) || ${OCAML_ARCH} == power || ${OCAML_ARCH} == amd64 >+.if defined(NO_PROFILE) || ${OCAML_ARCH} == power || ${OCAML_ARCH} == amd64 || ${OCAML_ARCH} == arm > PLIST_SUB+= PROF="@comment " > .else > PLIST_SUB+= PROF=""
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 200102
:
156613
|
156801