svn commit: r346082 - head/www/chromium/files

Rene Ladan rene at FreeBSD.org
Wed Feb 26 00:35:54 UTC 2014


Author: rene
Date: Wed Feb 26 00:35:54 2014
New Revision: 346082
URL: http://svnweb.freebsd.org/changeset/ports/346082
QAT: https://qat.redports.org/buildarchive/r346082/

Log:
  Add one more forgotten patch to fix the build.
  
  Submitted by:	nox

Modified:
  head/www/chromium/files/patch-content__content_browser.gypi

Modified: head/www/chromium/files/patch-content__content_browser.gypi
==============================================================================
--- head/www/chromium/files/patch-content__content_browser.gypi	Wed Feb 26 00:13:30 2014	(r346081)
+++ head/www/chromium/files/patch-content__content_browser.gypi	Wed Feb 26 00:35:54 2014	(r346082)
@@ -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',
+       ],


More information about the svn-ports-head mailing list