Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2019 18:25:35 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503973 - head/devel/heaptrack
Message-ID:  <201906111825.x5BIPZ9v043272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jun 11 18:25:34 2019
New Revision: 503973
URL: https://svnweb.freebsd.org/changeset/ports/503973

Log:
  devel/heaptrack: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix build:
    Your compiler is too old and does not support the required C++11 features.
  
  Approved by:	mentors (implicite approval)

Modified:
  head/devel/heaptrack/Makefile

Modified: head/devel/heaptrack/Makefile
==============================================================================
--- head/devel/heaptrack/Makefile	Tue Jun 11 17:45:22 2019	(r503972)
+++ head/devel/heaptrack/Makefile	Tue Jun 11 18:25:34 2019	(r503973)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
 		libKChart.so:graphics/kdiagram
 
-USES=		cmake desktop-file-utils kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz
 USE_GITHUB=	yes
 GH_ACCOUNT=	KDE
 USE_KDE=	auth auth codecs completion config config \



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