Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 18:05:14 +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: r557756 - head/accessibility/gammy
Message-ID:  <202012111805.0BBI5EpD044212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Dec 11 18:05:14 2020
New Revision: 557756
URL: https://svnweb.freebsd.org/changeset/ports/557756

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option -std=gnu++1z
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/accessibility/gammy/Makefile

Modified: head/accessibility/gammy/Makefile
==============================================================================
--- head/accessibility/gammy/Makefile	Fri Dec 11 17:46:40 2020	(r557755)
+++ head/accessibility/gammy/Makefile	Fri Dec 11 18:05:14 2020	(r557756)
@@ -10,7 +10,7 @@ COMMENT=	Adaptive screen brightness and temperature fo
 
 LICENSE=	GPLv3
 
-USES=		gl qmake qt:5 xorg
+USES=		compiler:c++11-lang gl qmake qt:5 xorg
 USE_QT=		core dbus gui widgets \
 		buildtools_build qmake_build
 USE_GL=		gl



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