math/octomap: fix build on GCC architectures
Use C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
This commit is contained in:
parent
21f22e77f1
commit
988a8ea78a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549087
@ -15,7 +15,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/octovis/LICENSE.txt
|
||||
|
||||
LIB_DEPENDS= libQGLViewer-qt5.so:graphics/libQGLViewer
|
||||
|
||||
USES= cmake localbase:ldflags gl qt:5
|
||||
USES= cmake compiler:c++11- lang localbase:ldflags gl qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= OctoMap
|
||||
GH_TAGNAME= a3f3809
|
||||
|
Loading…
Reference in New Issue
Block a user