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}" }