svn commit: r492281 - head/net-mgmt/snmp++

Mark Linimon linimon at FreeBSD.org
Wed Feb 6 00:25:30 UTC 2019


Author: linimon
Date: Wed Feb  6 00:25:29 2019
New Revision: 492281
URL: https://svnweb.freebsd.org/changeset/ports/492281

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		235534
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-mgmt/snmp++/Makefile

Modified: head/net-mgmt/snmp++/Makefile
==============================================================================
--- head/net-mgmt/snmp++/Makefile	Wed Feb  6 00:14:18 2019	(r492280)
+++ head/net-mgmt/snmp++/Makefile	Wed Feb  6 00:25:29 2019	(r492281)
@@ -15,7 +15,7 @@ LICENSE=	BSD3CLAUSE
 MAKEFILE=	Makefile.FreeBSD
 WRKSRC=		${WRKDIR}/${PORTNAME}/src
 
-USES=		gmake ssl:build
+USES=		compiler:c++11-lang gmake ssl:build
 USE_LDCONFIG=	yes
 MAKE_ARGS=	CC="${CXX}" PORTOPTS="-I${OPENSSLINC} -L${OPENSSLLIB}"
 


More information about the svn-ports-head mailing list