[kde-freebsd] [Bug 195742] devel/kdevplatform build failed (cc1plus: error: unrecognized command line option "-std=c++11")
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 9 07:40:31 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195742
--- Comment #7 from commit-hook at freebsd.org ---
A commit references this bug:
Author: alonso
Date: Tue Dec 9 07:39:52 UTC 2014
New revision: 374350
URL: https://svnweb.freebsd.org/changeset/ports/374350
Log:
Fix build of kdevelop on FreeBSD8 and 9
devel/kdevplatform requires a c++11 conformant compiler and runtime
libraries. Further, it exposes these requirements to its consumer
PORTS by exposing c++11 stl interfaces in its header files.
Also, devel/kdevelop requires a c++11 runtime library by its usage of
initializer lists on top of its kdevplatform consumage.
Have the kdevplatform, kdevelop and kdevelop-php PORTS require a
corresponsing toolchain by USEing compiler:c++11-lib
While here, add cmake:outsource to these ports.
PR: 195742
Approved by: rakuco (mentor)
Changes:
head/devel/kdevelop-kde4/Makefile
head/devel/kdevelop-php/Makefile
head/devel/kdevelop-php-docs/Makefile
head/devel/kdevplatform/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list