svn commit: r487843 - head/x11/lumina-core

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 06:04:03 UTC 2018


Author: linimon
Date: Thu Dec 20 06:04:01 2018
New Revision: 487843
URL: https://svnweb.freebsd.org/changeset/ports/487843

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
  
  While here, add USES=gl.
  
  PR:		233926
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/lumina-core/Makefile

Modified: head/x11/lumina-core/Makefile
==============================================================================
--- head/x11/lumina-core/Makefile	Thu Dec 20 05:50:15 2018	(r487842)
+++ head/x11/lumina-core/Makefile	Thu Dec 20 06:04:01 2018	(r487843)
@@ -39,7 +39,7 @@ RUN_DEPENDS+=	gstreamer1-plugins-core>=0:multimedia/gs
 
 MAKE_JOBS_UNSAFE=yes
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang gl qmake qt:5
 USE_GL=		gl
 USE_XORG=	x11 xdamage xcb
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list