pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/postal
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 26 13:40:17 UTC 2018
Modified Files:
pkgsrc/benchmarks/postal: Makefile
Log Message:
postal: Specify c++03 to avoid conflicts with std::bind.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/benchmarks/postal/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/postal/Makefile
diff -u pkgsrc/benchmarks/postal/Makefile:1.22 pkgsrc/benchmarks/postal/Makefile:1.23
--- pkgsrc/benchmarks/postal/Makefile:1.22 Tue Mar 29 22:05:47 2016
+++ pkgsrc/benchmarks/postal/Makefile Fri Jan 26 13:40:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2016/03/29 22:05:47 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2018/01/26 13:40:17 jperkin Exp $
DISTNAME= postal-0.70
PKGREVISION= 4
@@ -12,7 +12,7 @@ COMMENT= Tool for benchmarking SMTP/POP
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= gmake
.include "../../security/openssl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index