aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2019-02-06 08:25:29 +0800
committerlinimon <linimon@FreeBSD.org>2019-02-06 08:25:29 +0800
commit12660cd5696d07520719e0392dfc08e5d25af352 (patch)
tree6ef3e73df8885ff4aea8f9be0473aabd38ba4424
parent23760cb843e85cd35df90ec145f5df8ad65b0c64 (diff)
downloadfreebsd-ports-gnome-12660cd5696d07520719e0392dfc08e5d25af352.tar.gz
freebsd-ports-gnome-12660cd5696d07520719e0392dfc08e5d25af352.tar.zst
freebsd-ports-gnome-12660cd5696d07520719e0392dfc08e5d25af352.zip
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)
-rw-r--r--net-mgmt/snmp++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/snmp++/Makefile b/net-mgmt/snmp++/Makefile
index 7e2be2e99ee3..56055b07bee6 100644
--- a/net-mgmt/snmp++/Makefile
+++ b/net-mgmt/snmp++/Makefile
@@ -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}"