svn commit: r493827 - head/deskutils/lumina-notify

Mark Linimon linimon at FreeBSD.org
Mon Feb 25 00:38:36 UTC 2019


Author: linimon
Date: Mon Feb 25 00:38:34 2019
New Revision: 493827
URL: https://svnweb.freebsd.org/changeset/ports/493827

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

Modified:
  head/deskutils/lumina-notify/Makefile

Modified: head/deskutils/lumina-notify/Makefile
==============================================================================
--- head/deskutils/lumina-notify/Makefile	Mon Feb 25 00:35:40 2019	(r493826)
+++ head/deskutils/lumina-notify/Makefile	Mon Feb 25 00:38:34 2019	(r493827)
@@ -20,7 +20,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 concurrent multimedia
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list