Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 21:58:53 +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: r366965 - in head/www/chromium: . files
Message-ID:  <201409012158.s81Lwr4j090433@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Sep  1 21:58:53 2014
New Revision: 366965
URL: http://svnweb.freebsd.org/changeset/ports/366965
QAT: https://qat.redports.org/buildarchive/r366965/

Log:
  Fix build on local systems when ffmpeg-2.3.3 is installed. This removes the
  need for files/extra-patch-manual-amd64
  
  PR:		193187
  Submitted by:	Jan Beich

Deleted:
  head/www/chromium/files/extra-patch-manual-amd64
Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Mon Sep  1 21:50:14 2014	(r366964)
+++ head/www/chromium/Makefile	Mon Sep  1 21:58:53 2014	(r366965)
@@ -13,7 +13,7 @@ COMMENT=	Mostly BSD-licensed web browser
 LICENSE=	BSD3CLAUSE LGPL21 MPL
 LICENSE_COMB=	multi
 
-CFLAGS+=	-fno-stack-protector
+CFLAGS+=	-fno-stack-protector -isystem${LOCALBASE}/include
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
 		bash:${PORTSDIR}/shells/bash \
@@ -207,11 +207,6 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 CONFIGURE_ENV+=	AR=/usr/bin/ar
 .endif
 
-# fix for non-poudriere builds, but it confuses pkg-builder on i386
-.if ${ARCH} == amd64
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-manual-amd64
-.endif
-
 # according to portlint the below is passed via bsd.port.mk,
 # but 'make -V CONFIGURE_ENV' does not show it:
 CONFIGURE_ENV+=	CFLAGS="${CFLAGS}" \



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