[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/27.0.1453.110-1-10-gdecb67d

Michael Gilbert mgilbert at debian.org
Fri Jul 12 14:59:35 UTC 2013


The following commit has been merged in the master branch:
commit 906f81c0d5b9f21a0863cc17fa99fb0c3cc6874e
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Fri Jul 12 11:01:15 2013 -0400

    Support gcc 4.8 (closes #701256).

diff --git a/debian/patches/gcc4.8.patch b/debian/patches/gcc4.8.patch
new file mode 100644
index 0000000..3907cea
--- /dev/null
+++ b/debian/patches/gcc4.8.patch
@@ -0,0 +1,19 @@
+Index: chromium-browser-27.0.1453.110/src/build/common.gypi
+===================================================================
+--- chromium-browser-27.0.1453.110.orig/src/build/common.gypi	2013-07-07 20:05:38.000000000 +0000
++++ chromium-browser-27.0.1453.110/src/build/common.gypi	2013-07-07 21:46:50.761236936 +0000
+@@ -2653,6 +2653,14 @@
+           },
+         },
+         'conditions': [
++          [ 'gcc_version>=48', {
++            'cflags': [
++              '-Wno-unused-local-typedefs',
++            ],
++            'cflags_cc': [
++              '-fpermissive',
++            ],
++          }],
+           ['target_arch=="ia32"', {
+             'target_conditions': [
+               ['_toolset=="target"', {
diff --git a/debian/patches/series b/debian/patches/series
index 17ceb15..a6531e9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -22,3 +22,4 @@ gcc4.7.patch
 arm.patch
 icon.patch
 arm-neon.patch
+gcc4.8.patch

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list