Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 15:14:50 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325863 - head/www/chromium
Message-ID:  <201309011514.r81FEoF2079154@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Sep  1 15:14:49 2013
New Revision: 325863
URL: http://svnweb.freebsd.org/changeset/ports/325863

Log:
  Add back -fno-stack-protector to CFLAGS
  
  Submitted by:	George Liaskos / Peter Harrison (four.harrisons@googlemail.com)

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Sun Sep  1 15:06:45 2013	(r325862)
+++ head/www/chromium/Makefile	Sun Sep  1 15:14:49 2013	(r325863)
@@ -17,6 +17,8 @@ COMMENT=	Mostly BSD-licensed web browser
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011514.r81FEoF2079154>