Date: Thu, 16 Jun 2016 19:16:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210327] USES=compiler:c++14-lang adds -std=c++11, not -std=c++14 to CXXFLAGS Message-ID: <bug-210327-13-3zLOTkR3fd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210327-13@https.bugs.freebsd.org/bugzilla/> References: <bug-210327-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210327 --- Comment #2 from yuri@rawbw.com --- No local patches, and the output of 'make -VCXXFLAGS' is the same. No menti= on of c++11 after 'make extract patch', but the actual command lines have -std=3Dc++11: > /usr/local/bin/clang++36 -c -O2 -pipe -fno-omit-frame-pointer -fstack-pro= tector -fno-strict-aliasing -fno-omit-frame-pointer -std=3Dc++14 -DDILAY_VE= RSION=3D\"1.5.0\" -DGLM_FORCE_RADIANS -DNDEBUG -Wno-unused-parameter -Wno-u= nused-variable -Wno-maybe-uninitialized -fPIC -std=3Dc++11 -Wall -W -pthrea= d -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_OPENGL= EXTENSIONS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Isrc -I/usr/loc= al/include/qt5 -I/usr/local/include/qt5/QtOpenGL -I/usr/local/include/qt5/Q= tWidgets -I/usr/local/include/qt5/QtOpenGLExtensions -I/usr/local/include/q= t5/QtGui -I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtCore -Im= oc -I/usr/local/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/f= reebsd-clang -o obj/src/affected-faces.o src/affected-faces.cpp --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210327-13-3zLOTkR3fd>