pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon May 20 11:23:48 UTC 2019

Modified Files:
        pkgsrc/www/webkit-gtk: Makefile

Log Message:
webkit-gtk: Add a rationale for NOT_PAX_MPROTECT_SAFE


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 pkgsrc/www/webkit-gtk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/webkit-gtk/Makefile
diff -u pkgsrc/www/webkit-gtk/Makefile:1.165 pkgsrc/www/webkit-gtk/Makefile:1.166
--- pkgsrc/www/webkit-gtk/Makefile:1.165        Fri May 17 16:11:17 2019
+++ pkgsrc/www/webkit-gtk/Makefile      Mon May 20 11:23:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.165 2019/05/17 16:11:17 leot Exp $
+# $NetBSD: Makefile,v 1.166 2019/05/20 11:23:48 leot Exp $
 
 DISTNAME=      webkitgtk-2.24.2
 PKGNAME=       ${DISTNAME:S/webkitgtk/webkit-gtk/}
@@ -96,6 +96,7 @@ CXXFLAGS+=    -Wno-c++11-narrowing
 # This does not disable optimisations, merely avoids #error if there are none.
 CFLAGS+=       -DRELEASE_WITHOUT_OPTIMIZATIONS
 
+# Needed for JavaScript JIT
 NOT_PAX_MPROTECT_SAFE+=        libexec/webkit2gtk-4.0/WebKitWebProcess
 NOT_PAX_MPROTECT_SAFE+=        libexec/webkit2gtk-4.0/jsc
 



Home | Main Index | Thread Index | Old Index