aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-02-26 08:35:54 +0800
committerrene <rene@FreeBSD.org>2014-02-26 08:35:54 +0800
commit996ada1ec7943ad3eeb489fd39cd6ca8dd09b3f2 (patch)
tree7ecc3a2397d5111206dfd9f10ea2ea794eb2b34a /www
parent3becf3e1c1cdcab1814390479ad257fd014bf42d (diff)
downloadfreebsd-ports-gnome-996ada1ec7943ad3eeb489fd39cd6ca8dd09b3f2.tar.gz
freebsd-ports-gnome-996ada1ec7943ad3eeb489fd39cd6ca8dd09b3f2.tar.zst
freebsd-ports-gnome-996ada1ec7943ad3eeb489fd39cd6ca8dd09b3f2.zip
Add one more forgotten patch to fix the build.
Submitted by: nox
Diffstat (limited to 'www')
-rw-r--r--www/chromium/files/patch-content__content_browser.gypi13
1 files changed, 11 insertions, 2 deletions
diff --git a/www/chromium/files/patch-content__content_browser.gypi b/www/chromium/files/patch-content__content_browser.gypi
index 7d534e976396..d4770ffe9db9 100644
--- a/www/chromium/files/patch-content__content_browser.gypi
+++ b/www/chromium/files/patch-content__content_browser.gypi
@@ -1,5 +1,5 @@
---- content/content_browser.gypi.orig 2014-02-20 21:28:25.000000000 +0100
-+++ content/content_browser.gypi 2014-02-24 22:56:37.000000000 +0100
+--- ./content/content_browser.gypi.orig 2014-02-20 21:28:25.000000000 +0100
++++ ./content/content_browser.gypi 2014-02-24 23:00:37.000000000 +0100
@@ -586,6 +586,8 @@
'browser/geolocation/wifi_data_provider_common_win.cc',
'browser/geolocation/wifi_data_provider_common_win.h',
@@ -30,3 +30,12 @@
],
}],
['use_aura!=1 and OS!="win"', {
+@@ -1635,7 +1647,7 @@
+ 'browser/geolocation/empty_wifi_data_provider.cc',
+ ],
+ }],
+- ['OS == "linux" and use_dbus==1', {
++ ['(OS == "linux" or OS=="freebsd") and use_dbus==1', {
+ 'sources!': [
+ 'browser/geolocation/empty_wifi_data_provider.cc',
+ ],