From 6c02d064cb5f8d5430310761a59c2a462350ef2d Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 19 Oct 2018 18:10:55 +0000 Subject: graphics/libQGLViewer: fix build with GCC-based architectures PR: 232445 Submitted by: Piotr Kubaj --- graphics/libQGLViewer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/libQGLViewer') diff --git a/graphics/libQGLViewer/Makefile b/graphics/libQGLViewer/Makefile index ca357ef3c854..1cafb0101f75 100644 --- a/graphics/libQGLViewer/Makefile +++ b/graphics/libQGLViewer/Makefile @@ -12,7 +12,7 @@ COMMENT= C++ library based on Qt5 that eases the creation of OpenGL 3D viewers LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENCE -USES= qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_GL= gl glu USE_QT= core designer gui opengl widgets xml buildtools_build USE_LDCONFIG= yes -- cgit v1.2.3