svn commit: r482443 - head/graphics/libQGLViewer

Yuri Victorovich yuri at FreeBSD.org
Fri Oct 19 18:10:56 UTC 2018


Author: yuri
Date: Fri Oct 19 18:10:55 2018
New Revision: 482443
URL: https://svnweb.freebsd.org/changeset/ports/482443

Log:
  graphics/libQGLViewer: fix build with GCC-based architectures
  
  PR:		232445
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/graphics/libQGLViewer/Makefile

Modified: head/graphics/libQGLViewer/Makefile
==============================================================================
--- head/graphics/libQGLViewer/Makefile	Fri Oct 19 18:08:34 2018	(r482442)
+++ head/graphics/libQGLViewer/Makefile	Fri Oct 19 18:10:55 2018	(r482443)
@@ -12,7 +12,7 @@ COMMENT=	C++ library based on Qt5 that eases the creat
 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


More information about the svn-ports-all mailing list