Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 12:59:24 +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: r486414 - head/deskutils/flameshot
Message-ID:  <201812021259.wB2CxO2n095575@repo.freebsd.org>

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



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