[Bug 210327] USES=compiler:c++14-lang adds -std=c++11, not -std=c++14 to CXXFLAGS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 16 19:16:37 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210327
--- Comment #2 from yuri at rawbw.com ---
No local patches, and the output of 'make -VCXXFLAGS' is the same. No mention
of c++11 after 'make extract patch', but the actual command lines have
-std=c++11:
> /usr/local/bin/clang++36 -c -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -std=c++14 -DDILAY_VERSION=\"1.5.0\" -DGLM_FORCE_RADIANS -DNDEBUG -Wno-unused-parameter -Wno-unused-variable -Wno-maybe-uninitialized -fPIC -std=c++11 -Wall -W -pthread -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_OPENGLEXTENSIONS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Isrc -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtOpenGLExtensions -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtCore -Imoc -I/usr/local/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o obj/src/affected-faces.o src/affected-faces.cpp
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list