diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-01-26 13:34:39 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-01-26 13:34:39 +0000 |
commit | 5b15843f946139a90d84960a759b08130b1d0b20 (patch) | |
tree | 7cba65c8abe8f2940260f096deb73539f9f009cb /editors/dasher | |
parent | 34d1b66c492223e28e33e6dfeb24290bb4cd587c (diff) | |
download | pkgsrc-5b15843f946139a90d84960a759b08130b1d0b20.tar.gz |
dasher: Specify c++03 to avoid conflicts with std::bind.
Diffstat (limited to 'editors/dasher')
-rw-r--r-- | editors/dasher/Makefile | 4 |
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 |