chromium: rebuild against icu-57.1
This commit is contained in:
parent
1f96a59616
commit
56cfc422b0
|
@ -2,7 +2,7 @@
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
# See http://www.chromium.org/developers/calendar for the latest version
|
# See http://www.chromium.org/developers/calendar for the latest version
|
||||||
version=49.0.2623.110
|
version=49.0.2623.110
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.chromium.org/"
|
homepage="http://www.chromium.org/"
|
||||||
|
@ -203,7 +203,7 @@ do_configure() {
|
||||||
-Dv8_can_use_vfp_instructions=false
|
-Dv8_can_use_vfp_instructions=false
|
||||||
-Dv8_can_use_vfp2_instructions=true";;
|
-Dv8_can_use_vfp2_instructions=true";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
build/linux/unbundle/replace_gyp_files.py ${conf}
|
build/linux/unbundle/replace_gyp_files.py ${conf}
|
||||||
build/gyp_chromium --depth=. ${conf} -Drelease_extra_cflags="${CFLAGS}"
|
build/gyp_chromium --depth=. ${conf} -Drelease_extra_cflags="${CFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue