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: wiz
Date: Sun May 15 04:54:07 UTC 2022
Modified Files:
pkgsrc/net/paris-traceroute: Makefile
Log Message:
paris-traceroute: this needs c++11 for inttypes.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/net/paris-traceroute/Makefile:1.5
--- pkgsrc/net/paris-traceroute/Makefile:1.4 Fri Jan 26 13:39:02 2018
+++ pkgsrc/net/paris-traceroute/Makefile Sun May 15 04:54:07 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index