pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/TECkit converters/TECkit: Require C++11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82cfed0d3401
branches:  trunk
changeset: 422399:82cfed0d3401
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jan 26 07:27:40 2020 +0000

description:
converters/TECkit: Require C++11

diffstat:

 converters/TECkit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8cc963c9a0fc -r 82cfed0d3401 converters/TECkit/Makefile
--- a/converters/TECkit/Makefile        Sun Jan 26 05:26:08 2020 +0000
+++ b/converters/TECkit/Makefile        Sun Jan 26 07:27:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/03/25 22:45:21 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/26 07:27:40 minskim Exp $
 
 DISTNAME=      TECkit-2.5.9
 CATEGORIES=    converters
@@ -13,7 +13,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 USE_TOOLS+=    aclocal autoconf automake gmake
 
 PKGCONFIG_OVERRIDE=    teckit.pc.in



Home | Main Index | Thread Index | Old Index