svn commit: r486414 - head/deskutils/flameshot

Mark Linimon linimon at FreeBSD.org
Sun Dec 2 12:59:25 UTC 2018


Author: linimon
Date: Sun Dec  2 12:59:23 2018
New Revision: 486414
URL: https://svnweb.freebsd.org/changeset/ports/486414

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

Modified:
  head/deskutils/flameshot/Makefile

Modified: head/deskutils/flameshot/Makefile
==============================================================================
--- head/deskutils/flameshot/Makefile	Sun Dec  2 12:52:58 2018	(r486413)
+++ head/deskutils/flameshot/Makefile	Sun Dec  2 12:59:23 2018	(r486414)
@@ -17,7 +17,7 @@ GH_ACCOUNT=	lupoDharkael
 
 INSTALL_ICONS=	yes
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 USE_GITHUB=	yes
 USE_GL=		gl
 USE_QT=		core dbus gui linguist network widgets \


More information about the svn-ports-head mailing list