pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/kakoune kakoune: Add c++17 to USE_LANGUAGES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c1db48341a8
branches:  trunk
changeset: 336826:6c1db48341a8
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 24 17:43:02 2019 +0000

description:
kakoune: Add c++17 to USE_LANGUAGES

diffstat:

 editors/kakoune/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c7dce9a5afe9 -r 6c1db48341a8 editors/kakoune/Makefile
--- a/editors/kakoune/Makefile  Wed Jul 24 17:40:19 2019 +0000
+++ b/editors/kakoune/Makefile  Wed Jul 24 17:43:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/07/24 17:01:02 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/24 17:43:02 nia Exp $
 
 DISTNAME=      kakoune-2019.07.01
 CATEGORIES=    editors
@@ -13,7 +13,7 @@
 
 BUILD_DIRS=    src
 USE_TOOLS+=    gmake pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
 
 # C++17
 GCC_REQD+=     7



Home | Main Index | Thread Index | Old Index