svn commit: r346139 - branches/2014Q1/www/chromium/files

Rene Ladan rene at FreeBSD.org
Wed Feb 26 08:29:09 UTC 2014


Author: rene
Date: Wed Feb 26 08:29:08 2014
New Revision: 346139
URL: http://svnweb.freebsd.org/changeset/ports/346139
QAT: https://qat.redports.org/buildarchive/r346139/

Log:
  MFH: r346082
  
  Add one more forgotten patch to fix the build.
  
  Submitted by:	nox
  
  Approved by:	portmgr (erwin, implicit)

Modified:
  branches/2014Q1/www/chromium/files/patch-content__content_browser.gypi
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/www/chromium/files/patch-content__content_browser.gypi
==============================================================================
--- branches/2014Q1/www/chromium/files/patch-content__content_browser.gypi	Wed Feb 26 08:27:57 2014	(r346138)
+++ branches/2014Q1/www/chromium/files/patch-content__content_browser.gypi	Wed Feb 26 08:29:08 2014	(r346139)
@@ -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-branches mailing list