pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/postal postal: Specify c++03 to avoid confl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58bfaa775ebf
branches:  trunk
changeset: 374619:58bfaa775ebf
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:40:17 2018 +0000

description:
postal: Specify c++03 to avoid conflicts with std::bind.

diffstat:

 benchmarks/postal/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ce737b2a2430 -r 58bfaa775ebf benchmarks/postal/Makefile
--- a/benchmarks/postal/Makefile        Fri Jan 26 13:39:02 2018 +0000
+++ b/benchmarks/postal/Makefile        Fri Jan 26 13:40:17 2018 +0000
@@ -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 @@
 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