ports/187702: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed May 14 15:30:01 UTC 2014
The following reply was made to PR ports/187702; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/187702: commit references a PR
Date: Wed, 14 May 2014 15:26:40 +0000 (UTC)
Author: rene
Date: Wed May 14 15:26:36 2014
New Revision: 354066
URL: http://svnweb.freebsd.org/changeset/ports/354066
QAT: https://qat.redports.org/buildarchive/r354066/
Log:
MFH: r352994
Fix quoting of environment variables.
PR: ports/187702
Submitted by: Dominic Fandrey <kamikaze at bsdforen.de>
Approved by: portmgr (erwin)
Modified:
branches/2014Q2/www/chromium/Makefile
Directory Properties:
branches/2014Q2/ (props changed)
Modified: branches/2014Q2/www/chromium/Makefile
==============================================================================
--- branches/2014Q2/www/chromium/Makefile Wed May 14 15:19:27 2014 (r354065)
+++ branches/2014Q2/www/chromium/Makefile Wed May 14 15:26:36 2014 (r354066)
@@ -138,12 +138,12 @@ BUILDTYPE= Release
GYP_DEFINES+= buildtype=Official
.endif
-CONFIGURE_ENV+= CC=${CC} \
- CXX=${CXX} \
+CONFIGURE_ENV+= CC="${CC}" \
+ CXX="${CXX}" \
GYP_GENERATORS=ninja \
GYP_DEFINES="${GYP_DEFINES}"
MAKE_ENV+= BUILDTYPE=${BUILDTYPE} \
- GPERF=${LOCALBASE}/bin/gperf
+ GPERF="${LOCALBASE}/bin/gperf"
MAKE_ARGS+= -C out/${BUILDTYPE}
.include <bsd.port.pre.mk>
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-chromium
mailing list