pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/paris-traceroute paris-traceroute: this needs c++1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66afcff9164d
branches:  trunk
changeset: 379349:66afcff9164d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 15 04:54:07 2022 +0000

description:
paris-traceroute: this needs c++11 for inttypes.

diffstat:

 net/paris-traceroute/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 814cbe583a2f -r 66afcff9164d net/paris-traceroute/Makefile
--- a/net/paris-traceroute/Makefile     Sun May 15 04:49:15 2022 +0000
+++ b/net/paris-traceroute/Makefile     Sun May 15 04:54:07 2022 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index