svn commit: r487837 - head/deskutils/lumina-mediaplayer

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 05:00:00 UTC 2018


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


More information about the svn-ports-all mailing list