Module Name: pkgsrc-wip Committed By: Thomas Klausner <wiz%NetBSD.org@localhost> Pushed By: wiz Date: Sun Feb 1 12:15:09 2026 +0100 Changeset: f9bb45eb23ae33c189a19ca6bd72514057ca08d0 Modified Files: webkit-gtk/options.mk Log Message: webkit-gtk: follow upstream advice about jit option To see a diff of this commit: https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f9bb45eb23ae33c189a19ca6bd72514057ca08d0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. diffstat: webkit-gtk/options.mk | 1 + 1 file changed, 1 insertion(+) diffs: diff --git a/webkit-gtk/options.mk b/webkit-gtk/options.mk index 9e553faef5..86246f135f 100644 --- a/webkit-gtk/options.mk +++ b/webkit-gtk/options.mk @@ -39,6 +39,7 @@ CMAKE_CONFIGURE_ARGS+= -DENABLE_JIT=ON CMAKE_CONFIGURE_ARGS+= -DENABLE_C_LOOP=OFF .else CMAKE_CONFIGURE_ARGS+= -DENABLE_JIT=OFF +CMAKE_CONFIGURE_ARGS+= -DENABLE_C_LOOP=ON .endif #