svn commit: r483680 - head/sysutils/libsysstat

Mark Linimon linimon at FreeBSD.org
Thu Nov 1 15:29:54 UTC 2018


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
 


More information about the svn-ports-all mailing list