summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-05-15 04:54:07 +0000
committerwiz <wiz@pkgsrc.org>2022-05-15 04:54:07 +0000
commit0b8dfc4e832f9844e99287ee5d8a0f4249e49f3d (patch)
treefc11f2bffeaf431140ab8e05d6f4a34d779df8c1 /net
parent6d5a1f1e5f2825667d5ecf52b625a36b708cfccb (diff)
downloadpkgsrc-0b8dfc4e832f9844e99287ee5d8a0f4249e49f3d.tar.gz
paris-traceroute: this needs c++11 for inttypes.
Diffstat (limited to 'net')
-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 717162a5cc7..9082a6ca092 100644
--- a/net/paris-traceroute/Makefile
+++ b/net/paris-traceroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/01/26 13:39:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/15 04:54:07 wiz 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++03
+USE_LANGUAGES= c c++11
LDFLAGS.SunOS+= -lsocket -lnsl