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:   tnn
Date:           Sun Mar 15 22:02:40 UTC 2020

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

Log Message:
webkit-gtk: disable bubblewrap sandbox

It's Linux specific and we don't have the prerequisite tools to build with
this option in pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 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.182 pkgsrc/www/webkit-gtk/Makefile:1.183
--- pkgsrc/www/webkit-gtk/Makefile:1.182        Tue Mar 10 22:09:04 2020
+++ pkgsrc/www/webkit-gtk/Makefile      Sun Mar 15 22:02:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.182 2020/03/10 22:09:04 wiz Exp $
+# $NetBSD: Makefile,v 1.183 2020/03/15 22:02:40 tnn Exp $
 
 DISTNAME=      webkitgtk-2.28.0
 PKGNAME=       ${DISTNAME:S/webkitgtk/webkit-gtk/}
@@ -42,6 +42,7 @@ CMAKE_ARGS+=          -DPORT=GTK
 CMAKE_ARGS+=           -DENABLE_X11_TARGET=ON
 CMAKE_ARGS+=           -DENABLE_MINIBROWSER=ON
 CMAKE_ARGS+=           -DENABLE_GEOLOCATION=OFF
+CMAKE_ARGS+=           -DENABLE_BUBBLEWRAP_SANDBOX=OFF
 CMAKE_ARGS+=           -DUSE_GSTREAMER_GL=OFF
 CMAKE_ARGS+=           -DUSE_LIBHYPHEN=OFF
 CMAKE_ARGS+=           -DUSE_OPENJPEG=OFF



Home | Main Index | Thread Index | Old Index