Date: Wednesday, January 16, 2013 @ 19:31:57 Author: foutrelis Revision: 175358
Remove NOP sed. Modified: chromium/trunk/PKGBUILD ----------+ PKGBUILD | 3 --- 1 file changed, 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-17 00:08:26 UTC (rev 175357) +++ PKGBUILD 2013-01-17 00:31:57 UTC (rev 175358) @@ -53,9 +53,6 @@ # Fix build without NaCl pnacl toolchain (patch from Gentoo) patch -Np0 -i "$srcdir/chromium-no-pnacl-r0.patch" - # http://code.google.com/p/chromium/issues/detail?id=109527 - sed -i 's|glib/gutils.h|glib.h|' ui/base/l10n/l10n_util.cc - # Missing gyp files in tarball (http://crbug.com/144823) sed -i '/nacl_test_data\.gyp/d' chrome/chrome_tests.gypi
