summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-03-17 23:42:52 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-03-17 23:42:52 +0000
commite292ba0099ecff2e3e31fcb6cac28ac8e243c43d (patch)
tree1b74950e1b5750f688522886a8b73c01e56a18c5 /www/chromium/files/patch-build_config_linux_gtk_BUILD.gn
parentgames/openra: update GeoLite2 to March snapshot (diff)
www/chromium: update to 57.0.2987.110
MFH: 2017Q1 Security: https://vuxml.freebsd.org/freebsd/a505d397-0758-11e7-8d8b-e8e0b747a45a.html
Diffstat (limited to 'www/chromium/files/patch-build_config_linux_gtk_BUILD.gn')
-rw-r--r--www/chromium/files/patch-build_config_linux_gtk_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn b/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn
new file mode 100644
index 000000000000..722dcf6cea5c
--- /dev/null
+++ b/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn
@@ -0,0 +1,11 @@
+--- build/config/linux/gtk/BUILD.gn.orig 2017-03-09 20:04:27 UTC
++++ build/config/linux/gtk/BUILD.gn
+@@ -5,7 +5,7 @@
+ import("//build/config/linux/gtk/gtk.gni")
+ import("//build/config/linux/pkg_config.gni")
+
+-assert(is_linux, "This file should only be referenced on Linux")
++assert(is_linux || is_bsd, "This file should only be referenced on Linux")
+
+ # The target in this file will automatically reference GTK2 or GTK3 depending
+ # on the state of the build flag. Some builds reference both 2 and 3, and some