Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2018 18:10:56 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482443 - head/graphics/libQGLViewer
Message-ID:  <201810191810.w9JIAu9r072781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810191810.w9JIAu9r072781>