FreeBSD Bugzilla – Attachment 193939 Details for
Bug 228699
www/webkit2-gtk3: fix build on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
www_webkit2-gtk3.diff (text/plain), 1.40 KB, created by
Mikael Urankar
on 2018-06-02 17:05:09 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2018-06-02 17:05:09 UTC
Size:
1.40 KB
patch
obsolete
>Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64_rb >=================================================================== >--- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64_rb (nonexistent) >+++ www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64_rb (working copy) >@@ -0,0 +1,11 @@ >+--- Source/JavaScriptCore/offlineasm/arm64.rb.orig 2018-06-01 22:16:58 UTC >++++ Source/JavaScriptCore/offlineasm/arm64.rb >+@@ -945,7 +945,7 @@ class Instruction >+ $asm.puts "ldr #{operands[1].arm64Operand(:ptr)}, [#{operands[1].arm64Operand(:ptr)}, #{operands[0].asmLabel}@GOTPAGEOFF]" >+ >+ # On Linux, use ELF GOT relocation specifiers. >+- $asm.putStr("#elif OS(LINUX)") >++ $asm.putStr("#elif OS(LINUX) || OS(FREEBSD)") >+ $asm.puts "adrp #{operands[1].arm64Operand(:ptr)}, :got:#{operands[0].asmLabel}" >+ $asm.puts "ldr #{operands[1].arm64Operand(:ptr)}, [#{operands[1].arm64Operand(:ptr)}, :got_lo12:#{operands[0].asmLabel}]" >+ > >Property changes on: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64_rb >___________________________________________________________________ >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 228699
: 193939 |
194211
Working