pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hunspell hunspell: Specify C++03.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a5e8aa771b5
branches:  trunk
changeset: 311266:7a5e8aa771b5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Aug 07 08:29:43 2018 +0000

description:
hunspell: Specify C++03.

diffstat:

 textproc/hunspell/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b0096a49280d -r 7a5e8aa771b5 textproc/hunspell/Makefile
--- a/textproc/hunspell/Makefile        Tue Aug 07 08:29:39 2018 +0000
+++ b/textproc/hunspell/Makefile        Tue Aug 07 08:29:43 2018 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index