svn commit: r495564 - head/net-mgmt/centreon-clib

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 05:46:33 UTC 2019


Author: linimon
Date: Wed Mar 13 05:46:31 2019
New Revision: 495564
URL: https://svnweb.freebsd.org/changeset/ports/495564

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-mgmt/centreon-clib/Makefile

Modified: head/net-mgmt/centreon-clib/Makefile
==============================================================================
--- head/net-mgmt/centreon-clib/Makefile	Wed Mar 13 05:43:41 2019	(r495563)
+++ head/net-mgmt/centreon-clib/Makefile	Wed Mar 13 05:46:31 2019	(r495564)
@@ -10,7 +10,7 @@ COMMENT=	Common library of all Centreon projects writt
 
 LICENSE=	AGPLv3
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	centreon


More information about the svn-ports-all mailing list