aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-09-01 23:14:49 +0800
committerrene <rene@FreeBSD.org>2013-09-01 23:14:49 +0800
commit39fa457f51717ecdd8ccb3eeddf5adc79c42f507 (patch)
treeed4c7af8155130e5b9fc0630ea1d8ed14a1d2417 /www
parentb42b4bd438b510ee6f99c7b5e5e81c620525fd3b (diff)
downloadfreebsd-ports-gnome-39fa457f51717ecdd8ccb3eeddf5adc79c42f507.tar.gz
freebsd-ports-gnome-39fa457f51717ecdd8ccb3eeddf5adc79c42f507.tar.zst
freebsd-ports-gnome-39fa457f51717ecdd8ccb3eeddf5adc79c42f507.zip
Add back -fno-stack-protector to CFLAGS
Submitted by: George Liaskos / Peter Harrison (four.harrisons@googlemail.com)
Diffstat (limited to 'www')
-rw-r--r--www/chromium/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index e5e18b8c54c0..bd31c35618b8 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -17,6 +17,8 @@ COMMENT= Mostly BSD-licensed web browser based on WebKit and Gtk+
LICENSE= BSD LGPL21 MPL
LICENSE_COMB= multi
+CFLAGS+= -fno-stack-protector
+
BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
bash:${PORTSDIR}/shells/bash \
yasm:${PORTSDIR}/devel/yasm \