FreeBSD Bugzilla – Attachment 195158 Details for
Bug 229789
www/webkit-gtk2: disable JIT on armv6 and armv7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
www_webkit-gtk2.patch (text/plain), 681 bytes, created by
Mikael Urankar
on 2018-07-15 17:17:22 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2018-07-15 17:17:22 UTC
Size:
681 bytes
patch
obsolete
>Index: www/webkit-gtk2/Makefile >=================================================================== >--- www/webkit-gtk2/Makefile (revision 474268) >+++ www/webkit-gtk2/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= webkit > PORTVERSION= 2.4.11 >-PORTREVISION= 16 >+PORTREVISION= 17 > CATEGORIES= www > MASTER_SITES= http://webkitgtk.org/releases/ > PKGNAMESUFFIX= -gtk2 >@@ -84,7 +84,8 @@ > > .include <bsd.port.options.mk> > >-.if ${ARCH} == powerpc64 || ${ARCH} == powerpc || ${ARCH} == sparc64 >+.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc64 || \ >+ ${ARCH} == powerpc || ${ARCH} == sparc64 > CONFIGURE_ARGS+= --disable-jit > CFLAGS+= -DENABLE_YARR_JIT=0 > .endif
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 229789
: 195158
Working