Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 06:04:02 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487843 - head/x11/lumina-core
Message-ID:  <201812200604.wBK6425N085059@repo.freebsd.org>

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



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