FreeBSD Bugzilla – Attachment 188733 Details for
Bug 224254
shells/fish: Does not build for armv6 since upgrade to 2.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the build on arm and arm64
PR224254.diff (text/plain), 1.03 KB, created by
Alan Somers
on 2017-12-11 21:56:18 UTC
(
hide
)
Description:
Fix the build on arm and arm64
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2017-12-11 21:56:18 UTC
Size:
1.03 KB
patch
obsolete
>Index: shells/fish/files/patch-src_wgetopt.h >=================================================================== >--- shells/fish/files/patch-src_wgetopt.h (nonexistent) >+++ shells/fish/files/patch-src_wgetopt.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/wgetopt.h.orig 2017-12-11 21:47:12 UTC >++++ src/wgetopt.h >+@@ -177,7 +177,7 @@ struct woption { >+ int *flag; >+ /// If \c flag is non-null, this is the value that flag will be set to. Otherwise, this is the >+ /// return-value of the function call. >+- int val; >++ wchar_t val; >+ }; >+ >+ // Names for the values of the `has_arg' field of `struct option'. > >Property changes on: shells/fish/files/patch-src_wgetopt.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 224254
:
188730
| 188733