diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-08-07 08:29:43 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-08-07 08:29:43 +0000 |
commit | 36d1d02827f60fb3eb2ae1a5b8916f8208ee5adf (patch) | |
tree | b4f5659cc8f82ab743996a4bde55e180838c5bad /textproc/hunspell | |
parent | aa3e74c4b89fba983cbef9c23fbaa153ff7efe95 (diff) | |
download | pkgsrc-36d1d02827f60fb3eb2ae1a5b8916f8208ee5adf.tar.gz |
hunspell: Specify C++03.
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 3e4412377de..6649e5b9ab7 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2018/05/23 22:06:49 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/08/07 08:29:43 jperkin Exp $ DISTNAME= hunspell-1.3.3 PKGREVISION= 6 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config perl:run USE_PKGLOCALEDIR= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 CONFIGURE_ARGS+= --with-ui |