Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 05:00:00 +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: r487837 - head/deskutils/lumina-mediaplayer
Message-ID:  <201812200500.wBK500GN048479@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec 20 04:59:59 2018
New Revision: 487837
URL: https://svnweb.freebsd.org/changeset/ports/487837

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

Modified:
  head/deskutils/lumina-mediaplayer/Makefile

Modified: head/deskutils/lumina-mediaplayer/Makefile
==============================================================================
--- head/deskutils/lumina-mediaplayer/Makefile	Thu Dec 20 04:55:49 2018	(r487836)
+++ head/deskutils/lumina-mediaplayer/Makefile	Thu Dec 20 04:59:59 2018	(r487837)
@@ -24,7 +24,7 @@ I18N_DESC=	Install localization files
 
 MAKE_JOBS_UNSAFE=yes
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 USE_QT=		core gui widgets network svg \
 		buildtools_build x11extras multimedia concurrent
 USE_GITHUB=	yes



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