Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2018 15:29:53 +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: r483680 - head/sysutils/libsysstat
Message-ID:  <201811011529.wA1FTrsJ014692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Nov  1 15:29:53 2018
New Revision: 483680
URL: https://svnweb.freebsd.org/changeset/ports/483680

Log:
  Fix build with GCC-based architectures.
  
  PR:		231936
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/libsysstat/Makefile

Modified: head/sysutils/libsysstat/Makefile
==============================================================================
--- head/sysutils/libsysstat/Makefile	Thu Nov  1 15:29:04 2018	(r483679)
+++ head/sysutils/libsysstat/Makefile	Thu Nov  1 15:29:53 2018	(r483680)
@@ -11,7 +11,7 @@ COMMENT=	Library used to query system info and statist
 
 LICENSE=	LGPL21
 
-USES=	cmake:outsource lxqt pkgconfig tar:xz qt:5
+USES=	cmake:outsource compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
 USE_QT=	qmake_build buildtools_build core
 USE_LXQT=	buildtools
 



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