summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-01-26 13:40:17 +0000
committerjperkin <jperkin@pkgsrc.org>2018-01-26 13:40:17 +0000
commitf3be9d6ac9522e3f0d5190596ff24e8c1c0783c9 (patch)
treec1473f6975915edbe0aeb05f3c207b20aa6de328 /benchmarks
parent3030ca7b11c14ad9aa79615d22ec469429deffe7 (diff)
downloadpkgsrc-f3be9d6ac9522e3f0d5190596ff24e8c1c0783c9.tar.gz
postal: Specify c++03 to avoid conflicts with std::bind.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/postal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile
index 8ef1f52073a..27a2c372853 100644
--- a/benchmarks/postal/Makefile
+++ b/benchmarks/postal/Makefile
@@ -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 servers
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= gmake
.include "../../security/openssl/buildlink3.mk"