summaryrefslogtreecommitdiff
path: root/net/paris-traceroute/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-01-26 13:39:02 +0000
committerjperkin <jperkin@pkgsrc.org>2018-01-26 13:39:02 +0000
commit3030ca7b11c14ad9aa79615d22ec469429deffe7 (patch)
treef168023f03a6b60e9e05665291e738994dc6f592 /net/paris-traceroute/Makefile
parent3c5402ff42fe197b10750bed89dbe766febc9a3a (diff)
downloadpkgsrc-3030ca7b11c14ad9aa79615d22ec469429deffe7.tar.gz
paris-traceroute: Specify c++03 to avoid conflicts with std::bind.
Diffstat (limited to 'net/paris-traceroute/Makefile')
-rw-r--r--net/paris-traceroute/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/paris-traceroute/Makefile b/net/paris-traceroute/Makefile
index 56817b7f560..717162a5cc7 100644
--- a/net/paris-traceroute/Makefile
+++ b/net/paris-traceroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/03 08:53:13 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/01/26 13:39:02 jperkin Exp $
#
DISTNAME= paris-traceroute-0.92-dev
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/paris-traceroute-current
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
LDFLAGS.SunOS+= -lsocket -lnsl