aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/chromium/Makefile3
-rw-r--r--www/chromium/distinfo8
2 files changed, 6 insertions, 5 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 52f1542be033..cbd83a174f97 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -3,7 +3,7 @@
#TODO bz@ : if you do undestand the gyp stuff, third_party/widevine/cdm/widevine_cdm.gyp talks about it (plz install libwidevinecdm.so)
PORTNAME= chromium
-PORTVERSION= 39.0.2171.65
+PORTVERSION= 39.0.2171.71
CATEGORIES= www
MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -197,6 +197,7 @@ MAKE_ARGS= -C out/${BUILDTYPE}
.if ${CHOSEN_COMPILER_TYPE} == gcc
GYP_DEFINES+= gcc_version=${CXX:S/g++//}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc
+CFLAGS+= -fno-stack-protector # gcc 4.8 cannot find __stack_chk_fail_local
.else
GYP_DEFINES+= clang=1
CFLAGS+= -Wno-unknown-warning-option
diff --git a/www/chromium/distinfo b/www/chromium/distinfo
index 60d77cd328d0..13b49f83fd33 100644
--- a/www/chromium/distinfo
+++ b/www/chromium/distinfo
@@ -1,4 +1,4 @@
-SHA256 (chromium-39.0.2171.65.tar.xz) = b15746316f2abef40792395d9a0da28ef17713289b9bd334a8ad3ee8b764f451
-SIZE (chromium-39.0.2171.65.tar.xz) = 253057636
-SHA256 (chromium-39.0.2171.65-testdata.tar.xz) = 4be2e8909268a9901ab714b57eabd53329580f83b7525c7dace7a36fbb3e7ea5
-SIZE (chromium-39.0.2171.65-testdata.tar.xz) = 115238768
+SHA256 (chromium-39.0.2171.71.tar.xz) = b7597ce853528861d14a281f847cd5335cdce09984e42701e9b5f3bfe21fd190
+SIZE (chromium-39.0.2171.71.tar.xz) = 253084664
+SHA256 (chromium-39.0.2171.71-testdata.tar.xz) = 5ea8bc217a56b96667dfffd24d50490fd4a478a6617a034b3b9bb05e79f134e1
+SIZE (chromium-39.0.2171.71-testdata.tar.xz) = 115235548