svn commit: r366965 - in head/www/chromium: . files

Rene Ladan rene at FreeBSD.org
Mon Sep 1 21:58:54 UTC 2014


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}" \


More information about the svn-ports-head mailing list