pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/dasher dasher: Specify c++03 to avoid conflict...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d8ee34ad299
branches:  trunk
changeset: 374613:8d8ee34ad299
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:34:39 2018 +0000

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

diffstat:

 editors/dasher/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b78123baf5ff -r 8d8ee34ad299 editors/dasher/Makefile
--- a/editors/dasher/Makefile   Fri Jan 26 13:33:26 2018 +0000
+++ b/editors/dasher/Makefile   Fri Jan 26 13:34:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2017/11/23 17:19:52 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2018/01/26 13:34:39 jperkin Exp $
 
 DISTNAME=      dasher-4.10.1
 PKGREVISION=   37
@@ -11,7 +11,7 @@
 COMMENT=       Easy typing without using keyboard
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index