From 56cfc422b020f3d5b51230c418df6293c0c0c752 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 1 Apr 2016 09:58:56 +0200 Subject: [PATCH] chromium: rebuild against icu-57.1 --- srcpkgs/chromium/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index e77f86079a0..36a048ce1a0 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -2,7 +2,7 @@ pkgname=chromium # See http://www.chromium.org/developers/calendar for the latest version version=49.0.2623.110 -revision=1 +revision=2 short_desc="Google's attempt at creating a safer, faster, and more stable browser" maintainer="Juan RP " homepage="http://www.chromium.org/" @@ -203,7 +203,7 @@ do_configure() { -Dv8_can_use_vfp_instructions=false -Dv8_can_use_vfp2_instructions=true";; esac - + build/linux/unbundle/replace_gyp_files.py ${conf} build/gyp_chromium --depth=. ${conf} -Drelease_extra_cflags="${CFLAGS}" }