Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2018 23:21:09 +0000 (UTC)
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481578 - head/sysutils/qdirstat
Message-ID:  <201810082321.w98NL9na047746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kbowling
Date: Mon Oct  8 23:21:09 2018
New Revision: 481578
URL: https://svnweb.freebsd.org/changeset/ports/481578

Log:
  sysutils/qdirstat: fix build on GCC-based architectures
  
  PR:		231976
  Submitted by:	Piotr Kubaj
  Approved by:	timur (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17463

Modified:
  head/sysutils/qdirstat/Makefile

Modified: head/sysutils/qdirstat/Makefile
==============================================================================
--- head/sysutils/qdirstat/Makefile	Mon Oct  8 21:42:14 2018	(r481577)
+++ head/sysutils/qdirstat/Makefile	Mon Oct  8 23:21:09 2018	(r481578)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	shundhammer
 
-USES=		desktop-file-utils qmake qt:5 shebangfix
+USES=		compiler:c++11-lang desktop-file-utils qmake qt:5 shebangfix
 USE_GL=		gl
 USE_QT=		buildtools_build core gui widgets
 SHEBANG_FILES=	scripts/qdirstat-cache-writer



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