diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-20 02:10:55 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-20 02:10:55 +0800 |
commit | 63521ff72ee4f9dba4717822360ac8133d3e9745 (patch) | |
tree | 9aa2934838e22f88891864a4fc8bddf368ed940c | |
parent | 1ecb969a79af2ddf996f61b4f80acb9f720daa96 (diff) | |
download | freebsd-ports-gnome-63521ff72ee4f9dba4717822360ac8133d3e9745.tar.gz freebsd-ports-gnome-63521ff72ee4f9dba4717822360ac8133d3e9745.tar.zst freebsd-ports-gnome-63521ff72ee4f9dba4717822360ac8133d3e9745.zip |
graphics/libQGLViewer: fix build with GCC-based architectures
PR: 232445
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r-- | graphics/libQGLViewer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |