summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-01-26 13:34:39 +0000
committerjperkin <jperkin@pkgsrc.org>2018-01-26 13:34:39 +0000
commitcc97d8a4c2d77e3770f9844e2b94798c7394edcb (patch)
treee1f5015a197faac714a09185d01125500cc847af /editors
parent2f0aae9720626f1b322ed01d2ad17c657bd1ec4c (diff)
downloadpkgsrc-cc97d8a4c2d77e3770f9844e2b94798c7394edcb.tar.gz
dasher: Specify c++03 to avoid conflicts with std::bind.
Diffstat (limited to 'editors')
-rw-r--r--editors/dasher/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile
index 3e7ac8aba64..3a49ee368ed 100644
--- a/editors/dasher/Makefile
+++ b/editors/dasher/Makefile
@@ -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 @@ HOMEPAGE= http://www.inference.phy.cam.ac.uk/dasher/
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