pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

chromium-browser: Stop adding -std=gnu++11, fixed upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Aug 10 02:17:36 2016 +0200
Changeset:	1b507adaa64173259056aef21e460851ca0e2fda

Modified Files:
	chromium-browser/Makefile

Log Message:
chromium-browser: Stop adding -std=gnu++11, fixed upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1b507adaa64173259056aef21e460851ca0e2fda

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 chromium-browser/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/chromium-browser/Makefile b/chromium-browser/Makefile
index fcb04a8..147713f 100644
--- a/chromium-browser/Makefile
+++ b/chromium-browser/Makefile
@@ -70,9 +70,6 @@ SUBST_FILES.python+=	tools/memory_inspector/memory_inspector_cli
 SUBST_FILES.python+=	tools/usb_gadget/server.py
 SUBST_STAGE.python=     pre-build
 
-# Fix building C++11 code
-CXXFLAGS+=		-std=gnu++11
-
 do-build:
 	${RUN} cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${PYTHONBIN} ./tools/gn/bootstrap/bootstrap.py
 


Home | Main Index | Thread Index | Old Index