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: Specify c++03 t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce737b2a2430
branches:  trunk
changeset: 374618:ce737b2a2430
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:39:02 2018 +0000

description:
paris-traceroute: Specify c++03 to avoid conflicts with std::bind.

diffstat:

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

diffs (18 lines):

diff -r 9b746dd59749 -r ce737b2a2430 net/paris-traceroute/Makefile
--- a/net/paris-traceroute/Makefile     Fri Jan 26 13:38:17 2018 +0000
+++ b/net/paris-traceroute/Makefile     Fri Jan 26 13:39:02 2018 +0000
@@ -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 @@
 WRKSRC=                        ${WRKDIR}/paris-traceroute-current
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 



Home | Main Index | Thread Index | Old Index