Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 08:29:09 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r346139 - branches/2014Q1/www/chromium/files
Message-ID:  <201402260829.s1Q8T9b6097660@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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',
+       ],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260829.s1Q8T9b6097660>