aboutsummaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-content_gpu_BUILD.gn
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2019-05-28 09:12:02 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2019-05-28 09:12:02 +0000
commit2f40d531c47e10a5998de80b1f52bb55de8d2ab4 (patch)
tree87d1f6c788349dd9b131ece89b98605c06dde65e /devel/electron4/files/patch-content_gpu_BUILD.gn
parente6fadf8e610059fa2b5ebbc3a069051d928af95a (diff)
downloadports-2f40d531c47e10a5998de80b1f52bb55de8d2ab4.tar.gz
ports-2f40d531c47e10a5998de80b1f52bb55de8d2ab4.zip
Notes
Diffstat (limited to 'devel/electron4/files/patch-content_gpu_BUILD.gn')
-rw-r--r--devel/electron4/files/patch-content_gpu_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron4/files/patch-content_gpu_BUILD.gn b/devel/electron4/files/patch-content_gpu_BUILD.gn
new file mode 100644
index 000000000000..8a8eea1b0d4a
--- /dev/null
+++ b/devel/electron4/files/patch-content_gpu_BUILD.gn
@@ -0,0 +1,11 @@
+--- content/gpu/BUILD.gn.orig 2019-03-15 06:37:22 UTC
++++ content/gpu/BUILD.gn
+@@ -130,7 +130,7 @@ target(link_target_type, "gpu_sources") {
+
+ # Use DRI on desktop Linux builds.
+ if (current_cpu != "s390x" && current_cpu != "ppc64" && is_desktop_linux &&
+- (!is_chromecast || is_cast_desktop_build)) {
++ (!is_chromecast || is_cast_desktop_build) && !is_bsd) {
+ configs += [ "//build/config/linux/dri" ]
+ }
+ }