pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/paris-traceroute



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 13:39:03 UTC 2018

Modified Files:
        pkgsrc/net/paris-traceroute: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/paris-traceroute/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/paris-traceroute/Makefile
diff -u pkgsrc/net/paris-traceroute/Makefile:1.3 pkgsrc/net/paris-traceroute/Makefile:1.4
--- pkgsrc/net/paris-traceroute/Makefile:1.3    Sun Sep  3 08:53:13 2017
+++ pkgsrc/net/paris-traceroute/Makefile        Fri Jan 26 13:39:02 2018
@@ -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
 



Home | Main Index | Thread Index | Old Index