aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_chrome__exe.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_chrome__exe.gypi')
-rw-r--r--www/chromium/files/patch-chrome_chrome__exe.gypi11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_chrome__exe.gypi b/www/chromium/files/patch-chrome_chrome__exe.gypi
new file mode 100644
index 000000000000..5867458ff063
--- /dev/null
+++ b/www/chromium/files/patch-chrome_chrome__exe.gypi
@@ -0,0 +1,11 @@
+--- chrome/chrome_exe.gypi.orig 2016-05-11 19:02:17 UTC
++++ chrome/chrome_exe.gypi
+@@ -182,7 +182,7 @@
+ '../build/linux/system.gyp:xext',
+ ],
+ }],
+- ['OS=="linux" and enable_plugins==1', {
++ ['(OS=="linux" or os_bsd==1) and enable_plugins==1', {
+ 'dependencies': [
+ '../pdf/pdf.gyp:pdf',
+ ],