FreeBSD Bugzilla – Attachment 189865 Details for
Bug 225280
www/palemoon: clang crashes during build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
palemoon-225280.diff (text/plain), 941 bytes, created by
lichray
on 2018-01-17 21:02:40 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
lichray
Created:
2018-01-17 21:02:40 UTC
Size:
941 bytes
patch
obsolete
>Index: www/palemoon/files/patch-bug1278861 >=================================================================== >--- www/palemoon/files/patch-bug1278861 (nonexistent) >+++ www/palemoon/files/patch-bug1278861 (working copy) >@@ -0,0 +1,11 @@ >+--- js/public/Conversions.h.orig 2018-01-17 20:56:32 UTC >++++ js/public/Conversions.h >+@@ -349,7 +349,7 @@ ToIntWidth(double d) >+ inline int32_t >+ ToInt32(double d) >+ { >+-#if defined (__arm__) && defined (__GNUC__) >++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) >+ int32_t i; >+ uint32_t tmp0; >+ uint32_t tmp1; > >Property changes on: www/palemoon/files/patch-bug1278861 >___________________________________________________________________ >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: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 225280
:
189861
|
189862
| 189865