maintainer-feedback requested: [Bug 240081] devel/grantlee5: fix build with GCC architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 24 20:24:25 BST 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked kde at FreeBSD.org for
maintainer-feedback:
Bug 240081: devel/grantlee5: fix build with GCC architectures
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240081



--- Description ---
Compiling with GCC9 fails with:
/usr/local/lib/gcc9/include/c++/bits/c++0x_warning.h:32:2: error: #error This
file requires compiler and library support for the ISO C++ 2011 standard. This
support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

Add USE_CXXSTD=c++11 to fix this.


More information about the kde-freebsd mailing list