Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 11:47:49 +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: r492114 - head/devel/qgit
Message-ID:  <201902041147.x14Blnad075599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Feb  4 11:47:49 2019
New Revision: 492114
URL: https://svnweb.freebsd.org/changeset/ports/492114

Log:
  This port needs a C++11-compatible compiler to build.  Add
  USES=compiler:c++11-lang to fix build on GCC-based architectures.
  
  PR:		235344
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/qgit/Makefile

Modified: head/devel/qgit/Makefile
==============================================================================
--- head/devel/qgit/Makefile	Mon Feb  4 11:43:30 2019	(r492113)
+++ head/devel/qgit/Makefile	Mon Feb  4 11:47:49 2019	(r492114)
@@ -12,7 +12,7 @@ COMMENT=	Graphical interface to git repositories
 
 LICENSE=	GPLv2
 
-USES=		cmake qt:5
+USES=		cmake compiler:c++11-lang qt:5
 USE_QT=		core gui widgets \
 		buildtools_build qmake_build
 



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